GET /api/bet_types/9ec23a18-5f7e-4040-8503-9e0e499e5e95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ec23a18-5f7e-4040-8503-9e0e499e5e95",
    "match": "https://api-prod.gambitprofit.com/api/matches/fbdd4fb3-6358-458e-ade3-0f72fb7975ab/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": 7209.0
            },
            {
                "team": "OAK (K Waldichuk)",
                "amount": 2791.0
            }
        ],
        "expected_reward_tokens": 9154.48,
        "profit_sb": 154.48,
        "profit_sb_percentage": 1.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "791742ea-98ab-44cd-bca6-876ccd5077dc",
            "gambit_id": "ac482797-5c10-4e09-abfe-b26534011de9",
            "last_updated": "2022-09-19T11:52:13.744545-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (F Valdez)",
            "reward": "1.27000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ec23a18-5f7e-4040-8503-9e0e499e5e95/?format=api"
        },
        {
            "id": "61498eeb-f47d-475e-8a6e-2fb2ab90ef6d",
            "gambit_id": "8cb1fae0-f4e5-4845-abb2-45b56fdb7176",
            "last_updated": "2022-09-19T11:52:13.745470-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK (K Waldichuk)",
            "reward": "3.28000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ec23a18-5f7e-4040-8503-9e0e499e5e95/?format=api"
        }
    ]
}