GET /api/bet_types/f2cfe710-9af5-4396-b124-55f8a187f4bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2cfe710-9af5-4396-b124-55f8a187f4bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb6412e9-aa72-462a-994e-47297139d710/?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": "Bowling Green",
                "amount": 7408.0
            },
            {
                "team": "Akron",
                "amount": 2592.0
            }
        ],
        "expected_reward_tokens": 9408.16,
        "profit_sb": -91.84,
        "profit_sb_percentage": -0.97,
        "recommended": false
    },
    "lines": [
        {
            "id": "962b9071-ac09-4ac1-aa02-c7e253c28148",
            "gambit_id": "9400c7bd-6af5-4e01-90d1-c1439de85aa5",
            "last_updated": "2022-10-02T20:07:01.293107-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bowling Green",
            "reward": "1.27000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2cfe710-9af5-4396-b124-55f8a187f4bb/?format=api"
        },
        {
            "id": "f2e8b892-3ff3-442f-b0d3-9e4e9610e3c5",
            "gambit_id": "21d3b2a3-4fce-47b3-82fa-301bdbaa0b69",
            "last_updated": "2022-10-02T20:07:01.292021-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Akron",
            "reward": "3.63000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2cfe710-9af5-4396-b124-55f8a187f4bb/?format=api"
        }
    ]
}