GET /api/bet_types/011e857d-97af-49be-baa4-75b7b016ee31/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "011e857d-97af-49be-baa4-75b7b016ee31",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b47ce4a-9b21-4961-81a1-110e16b257e8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-30T08:58:15.012264-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": "Arizona Coyotes",
                "amount": 6222.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "429ee3ba-7194-482a-a46f-537521eac366",
            "gambit_id": "4b0c1039-fced-4b3f-ace6-c46df80a7b01",
            "last_updated": "2023-10-31T15:53:08.219284-04:00",
            "created_at": "2023-10-30T08:58:15.020912-04:00",
            "name": "Arizona Coyotes",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/011e857d-97af-49be-baa4-75b7b016ee31/?format=api"
        },
        {
            "id": "35ed3b97-d28c-40be-821e-9775c15ac549",
            "gambit_id": "07c9045b-8bbc-4bb8-9072-cab0ef6e79e8",
            "last_updated": "2023-10-31T15:53:08.210618-04:00",
            "created_at": "2023-10-30T08:58:15.016562-04:00",
            "name": "Chicago Blackhawks",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/011e857d-97af-49be-baa4-75b7b016ee31/?format=api"
        }
    ]
}