GET /api/bet_types/a76cf99b-b1f7-4f7c-8159-29914128443b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a76cf99b-b1f7-4f7c-8159-29914128443b",
    "match": "https://api-prod.gambitprofit.com/api/matches/dbf2be96-444b-47f6-8da3-1502cf0b1c19/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-23T09:06:51.447324-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "New York Knicks",
                "amount": 5599.0
            },
            {
                "team": "Orlando Magic",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d194973-2944-4a7a-b469-e8cc68601385",
            "gambit_id": "10690cad-b6d3-4066-9511-9aa7e3fad994",
            "last_updated": "2023-03-24T10:32:18.359470-04:00",
            "created_at": "2023-03-23T09:06:51.450580-04:00",
            "name": "New York Knicks",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a76cf99b-b1f7-4f7c-8159-29914128443b/?format=api"
        },
        {
            "id": "802f3948-137d-4da7-a39b-976a194f3c01",
            "gambit_id": "197ee26f-e37b-4280-9c38-5e2a5df9f9b1",
            "last_updated": "2023-03-24T10:32:18.357474-04:00",
            "created_at": "2023-03-23T09:06:51.448918-04:00",
            "name": "Orlando Magic",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a76cf99b-b1f7-4f7c-8159-29914128443b/?format=api"
        }
    ]
}