GET /api/bet_types/2e472a9b-8c78-46c4-903f-b78f6dda8865/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e472a9b-8c78-46c4-903f-b78f6dda8865",
    "match": "https://api-prod.gambitprofit.com/api/matches/3011c70d-0760-4b41-89c9-028340700d9c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-24T08:28:24.278787-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": "HOU (J France)",
                "amount": 5714.0
            },
            {
                "team": "BOS (B Bello)",
                "amount": 4286.0
            }
        ],
        "expected_reward_tokens": 9599.52,
        "profit_sb": 99.52,
        "profit_sb_percentage": 1.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "5c35d3e3-d510-4ede-98ba-79e74d156a47",
            "gambit_id": "455b1b1c-c163-4e4c-b9cd-0317dd3bc036",
            "last_updated": "2023-08-25T19:08:09.581154-04:00",
            "created_at": "2023-08-24T08:28:24.289487-04:00",
            "name": "HOU (J France)",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e472a9b-8c78-46c4-903f-b78f6dda8865/?format=api"
        },
        {
            "id": "84ffdaf3-b6bc-4e7a-9453-e27cf555bc74",
            "gambit_id": "39b18ef6-7e3c-4888-91bc-c3f4eba8333d",
            "last_updated": "2023-08-25T19:08:09.577467-04:00",
            "created_at": "2023-08-24T08:28:24.284745-04:00",
            "name": "BOS (B Bello)",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e472a9b-8c78-46c4-903f-b78f6dda8865/?format=api"
        }
    ]
}