GET /api/bet_types/be6429f4-9a4d-44a1-a468-715920b6a09d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be6429f4-9a4d-44a1-a468-715920b6a09d",
    "match": "https://api-prod.gambitprofit.com/api/matches/367d6cd6-aab1-416e-97cc-13ccc115b628/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-01T10:52:00.171151-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": "Vegas Vipers",
                "amount": 5599.0
            },
            {
                "team": "San Antonio Brahmas",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "0ef82621-ec94-4314-8ac3-082fd48cb5b1",
            "gambit_id": "c95b4449-9422-4a30-8bcd-aca8ba71a07f",
            "last_updated": "2023-04-03T10:57:01.667580-04:00",
            "created_at": "2023-04-01T10:52:00.173733-04:00",
            "name": "Vegas Vipers",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be6429f4-9a4d-44a1-a468-715920b6a09d/?format=api"
        },
        {
            "id": "ae26108c-00fd-450a-9dfe-a2f484449328",
            "gambit_id": "b4f8bcd9-d091-4dfa-94fc-cd6f1d35832c",
            "last_updated": "2023-04-03T10:57:01.670327-04:00",
            "created_at": "2023-04-01T10:52:00.175779-04:00",
            "name": "San Antonio Brahmas",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be6429f4-9a4d-44a1-a468-715920b6a09d/?format=api"
        }
    ]
}