GET /api/bet_types/674cf7eb-6719-4bad-afba-1092b74d100a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "674cf7eb-6719-4bad-afba-1092b74d100a",
    "match": "https://api-prod.gambitprofit.com/api/matches/9347906d-7d7a-4630-adf4-8a865d547053/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-03T10:18:16.172301-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": "Kansas City Chiefs",
                "amount": 6232.0
            },
            {
                "team": "Minnesota Vikings",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "8e22b1de-9690-4fa3-b72b-7be1bf8d034f",
            "gambit_id": "0c804f7d-dbed-4569-baa5-c4069097096e",
            "last_updated": "2023-10-09T15:43:12.284241-04:00",
            "created_at": "2023-10-03T10:18:16.177289-04:00",
            "name": "Kansas City Chiefs",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/674cf7eb-6719-4bad-afba-1092b74d100a/?format=api"
        },
        {
            "id": "27814f53-b7b9-41db-8041-96a362c1856a",
            "gambit_id": "a888ba66-2a8e-4c6e-81a3-64282c4f22d8",
            "last_updated": "2023-10-09T15:43:12.288387-04:00",
            "created_at": "2023-10-03T10:18:16.181952-04:00",
            "name": "Minnesota Vikings",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/674cf7eb-6719-4bad-afba-1092b74d100a/?format=api"
        }
    ]
}