GET /api/bet_types/bc60874d-26e8-4de0-a832-c3374ad4c95b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc60874d-26e8-4de0-a832-c3374ad4c95b",
    "match": "https://api-prod.gambitprofit.com/api/matches/1407cf26-0ff9-491d-a23f-7e92e4690dd2/?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": "Dallas Stars",
                "amount": 5829.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 4171.0
            }
        ],
        "expected_reward_tokens": 9092.78,
        "profit_sb": 92.78,
        "profit_sb_percentage": 1.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "98bba277-031a-4e48-a4d6-cfd8b5134c62",
            "gambit_id": "fcbf348e-8bbb-4ecb-9a69-31dede9c8d02",
            "last_updated": "2022-12-05T15:52:13.212527-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc60874d-26e8-4de0-a832-c3374ad4c95b/?format=api"
        },
        {
            "id": "9d9a413b-4a22-4049-880f-90fc369508aa",
            "gambit_id": "29467e9e-0287-4389-83d0-5ab38dfe0cd6",
            "last_updated": "2022-12-05T15:52:13.213508-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc60874d-26e8-4de0-a832-c3374ad4c95b/?format=api"
        }
    ]
}