GET /api/bet_types/40ed17f8-3748-4944-a2b5-350e7639e37e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "40ed17f8-3748-4944-a2b5-350e7639e37e",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc8beb6e-b467-44b1-945b-dee2c24dae65/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-09T09:42:59.092694-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": "CHC (J Steele)",
                "amount": 5615.0
            },
            {
                "team": "ARI (M Kelly)",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9601.65,
        "profit_sb": 101.65,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "0f879434-c8b2-4aaf-8520-07eddf805027",
            "gambit_id": "2397b2a5-d038-4684-9c50-1212d0398d34",
            "last_updated": "2023-09-10T20:23:02.174255-04:00",
            "created_at": "2023-09-09T09:42:59.100937-04:00",
            "name": "CHC (J Steele)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40ed17f8-3748-4944-a2b5-350e7639e37e/?format=api"
        },
        {
            "id": "7a6bec58-34fe-4154-81cb-8829a4950ac0",
            "gambit_id": "13d91755-13d4-40a3-bfad-8323e59994a7",
            "last_updated": "2023-09-10T20:23:02.170194-04:00",
            "created_at": "2023-09-09T09:42:59.096921-04:00",
            "name": "ARI (M Kelly)",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40ed17f8-3748-4944-a2b5-350e7639e37e/?format=api"
        }
    ]
}