GET /api/bet_types/a309613b-115a-431a-bd2d-399770018308/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a309613b-115a-431a-bd2d-399770018308",
    "match": "https://api-prod.gambitprofit.com/api/matches/cdffee58-2a25-430a-bc22-b6e0d5b1e6d2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-28T11:22:18.309038-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": "Golden State Warriors",
                "amount": 7197.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 2803.0
            }
        ],
        "expected_reward_tokens": 9500.04,
        "profit_sb": 0.04,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "1997a310-88dd-49da-bba7-fb26563133ba",
            "gambit_id": "4fa10d68-7d0e-4fd0-908f-f4ebb789bc20",
            "last_updated": "2023-04-30T15:06:53.632590-04:00",
            "created_at": "2023-04-28T11:22:18.310984-04:00",
            "name": "Golden State Warriors",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a309613b-115a-431a-bd2d-399770018308/?format=api"
        },
        {
            "id": "7e6f4399-effa-477a-94e4-113901071fc0",
            "gambit_id": "d1856827-ea32-4d1a-976e-98cc2e442550",
            "last_updated": "2023-04-30T15:06:53.634517-04:00",
            "created_at": "2023-04-28T11:22:18.312932-04:00",
            "name": "Sacramento Kings",
            "reward": "3.39000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a309613b-115a-431a-bd2d-399770018308/?format=api"
        }
    ]
}