GET /api/bet_types/d4973f8b-cb6d-4fdb-b57b-3ea8bd12cafd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4973f8b-cb6d-4fdb-b57b-3ea8bd12cafd",
    "match": "https://api-prod.gambitprofit.com/api/matches/09e206e8-3257-4062-9568-a75f7752c11f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-05T09:22:21.378216-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": "STL (M Mikolas)",
                "amount": 5527.0
            },
            {
                "team": "ATL (B Elder)",
                "amount": 4473.0
            }
        ],
        "expected_reward_tokens": 9616.95,
        "profit_sb": 116.95,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "7ebb5b71-2a66-4356-84d5-9d7b7ced88ab",
            "gambit_id": "7ef980ca-21cf-4017-9df6-8a3357a6f603",
            "last_updated": "2023-04-06T11:37:05.550222-04:00",
            "created_at": "2023-04-05T09:22:21.380555-04:00",
            "name": "STL (M Mikolas)",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4973f8b-cb6d-4fdb-b57b-3ea8bd12cafd/?format=api"
        },
        {
            "id": "d481d5b1-ea50-401f-8e87-69fa9d95f946",
            "gambit_id": "f07c47e6-f421-45bb-bc71-85c029897fec",
            "last_updated": "2023-04-06T11:37:05.551644-04:00",
            "created_at": "2023-04-05T09:22:21.382476-04:00",
            "name": "ATL (B Elder)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4973f8b-cb6d-4fdb-b57b-3ea8bd12cafd/?format=api"
        }
    ]
}