GET /api/bet_types/ab3e79d7-5493-43d0-a438-9e17335c4b4f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab3e79d7-5493-43d0-a438-9e17335c4b4f",
    "match": "https://api-prod.gambitprofit.com/api/matches/fd06431d-c0ae-41d6-a52d-c36ef94eb8cf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-09T09:42:59.333581-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": "TOR (K Gausman)",
                "amount": 7197.0
            },
            {
                "team": "KAN (J McArthur)",
                "amount": 2803.0
            }
        ],
        "expected_reward_tokens": 9500.04,
        "profit_sb": 0.04,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "7814e2d6-7e34-4493-854d-5c6df48eb6c7",
            "gambit_id": "2a773a07-8d07-4381-9d48-50ccf6b7d6aa",
            "last_updated": "2023-09-12T11:43:03.409379-04:00",
            "created_at": "2023-09-09T09:42:59.341938-04:00",
            "name": "TOR (K Gausman)",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab3e79d7-5493-43d0-a438-9e17335c4b4f/?format=api"
        },
        {
            "id": "a7204c06-03d1-4760-92ba-172e73983c4f",
            "gambit_id": "cfb3c7de-269a-487b-93db-21cb4b75768e",
            "last_updated": "2023-09-12T11:43:03.404929-04:00",
            "created_at": "2023-09-09T09:42:59.337394-04:00",
            "name": "KAN (J McArthur)",
            "reward": "3.39000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab3e79d7-5493-43d0-a438-9e17335c4b4f/?format=api"
        }
    ]
}