GET /api/bet_types/42b97223-0342-4bd7-bee5-976d0d9f2fe2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42b97223-0342-4bd7-bee5-976d0d9f2fe2",
    "match": "https://api-prod.gambitprofit.com/api/matches/97b39bc3-54ca-4958-8169-48502ed9dcf8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-14T12:02:16.981492-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": "Houston Roughnecks",
                "amount": 7152.0
            },
            {
                "team": "Vegas Vipers",
                "amount": 2848.0
            }
        ],
        "expected_reward_tokens": 9512.16,
        "profit_sb": 12.16,
        "profit_sb_percentage": 0.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "4904e133-8d5e-4f5f-ab63-77db5edb5d2a",
            "gambit_id": "8b137250-fb74-4ea1-a357-6d6e39113d60",
            "last_updated": "2023-04-17T11:42:04.181236-04:00",
            "created_at": "2023-04-14T12:02:16.983216-04:00",
            "name": "Houston Roughnecks",
            "reward": "1.33000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42b97223-0342-4bd7-bee5-976d0d9f2fe2/?format=api"
        },
        {
            "id": "1e34d10e-9de6-406b-8b98-a665d288b682",
            "gambit_id": "ea17b277-bbb0-42eb-a6cd-bfd24747b60b",
            "last_updated": "2023-04-17T11:42:04.184152-04:00",
            "created_at": "2023-04-14T12:02:16.986514-04:00",
            "name": "Vegas Vipers",
            "reward": "3.34000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42b97223-0342-4bd7-bee5-976d0d9f2fe2/?format=api"
        }
    ]
}