GET /api/bet_types/de41aaae-fc02-473b-a2b7-4d909bfe4ed2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de41aaae-fc02-473b-a2b7-4d909bfe4ed2",
    "match": "https://api-prod.gambitprofit.com/api/matches/07a3d7fd-236b-49c1-8691-74b6e6fd6f03/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "STL (M Mikolas)",
                "amount": 6183.0
            },
            {
                "team": "CHC (M Stroman)",
                "amount": 3817.0
            }
        ],
        "expected_reward_tokens": 9274.5,
        "profit_sb": 274.5,
        "profit_sb_percentage": 3.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "5298ab6c-2f27-4300-b2bf-c4803d55d497",
            "gambit_id": "e6f9b46a-aa47-4ba1-a123-4d3edaaa9433",
            "last_updated": "2022-09-05T13:37:07.450906-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (M Mikolas)",
            "reward": "1.50000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de41aaae-fc02-473b-a2b7-4d909bfe4ed2/?format=api"
        },
        {
            "id": "a82f9e9e-69bc-4e9c-ade6-87367cb2dce0",
            "gambit_id": "574dcc4d-61e4-49db-9cad-8dc14134f89a",
            "last_updated": "2022-09-05T13:37:07.452508-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC (M Stroman)",
            "reward": "2.43000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de41aaae-fc02-473b-a2b7-4d909bfe4ed2/?format=api"
        }
    ]
}