GET /api/bet_types/589c9112-53d6-407e-a9c2-16cd791a2dcb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "589c9112-53d6-407e-a9c2-16cd791a2dcb",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c8df228-6092-4d45-bf18-f48354c1d034/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-26T09:18:18.349078-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 (F Valdez)",
                "amount": 6139.0
            },
            {
                "team": "TEX (A Heaney)",
                "amount": 3861.0
            }
        ],
        "expected_reward_tokens": 9575.28,
        "profit_sb": 75.28,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "48ed0485-5c34-454b-b746-5cd8a3c67a33",
            "gambit_id": "9a18da14-ae1b-42e6-9b4e-2f8b002217fc",
            "last_updated": "2023-07-27T19:13:26.677607-04:00",
            "created_at": "2023-07-26T09:18:18.357239-04:00",
            "name": "HOU (F Valdez)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/589c9112-53d6-407e-a9c2-16cd791a2dcb/?format=api"
        },
        {
            "id": "7b69b34c-afb4-4220-8a46-4b67a6cd4688",
            "gambit_id": "c1697296-a394-40b7-b484-ff82b3e61309",
            "last_updated": "2023-07-27T19:13:26.674230-04:00",
            "created_at": "2023-07-26T09:18:18.352873-04:00",
            "name": "TEX (A Heaney)",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/589c9112-53d6-407e-a9c2-16cd791a2dcb/?format=api"
        }
    ]
}