GET /api/bet_types/1a90ba77-4291-488f-8da4-3383a97dbf34/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a90ba77-4291-488f-8da4-3383a97dbf34",
    "match": "https://api-prod.gambitprofit.com/api/matches/693bae6f-b61b-4510-8b24-181ecb11e5c8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-08T09:02:01.478231-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": "Calgary Flames",
                "amount": 6100.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "aaffd045-e6df-43ca-9beb-db795be09545",
            "gambit_id": "ff934473-58f8-4a83-a2f9-8e504c5e970f",
            "last_updated": "2023-04-10T09:31:58.810695-04:00",
            "created_at": "2023-04-08T09:02:01.482439-04:00",
            "name": "Calgary Flames",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a90ba77-4291-488f-8da4-3383a97dbf34/?format=api"
        },
        {
            "id": "fde3b40e-4803-492d-b71b-a987c37b487d",
            "gambit_id": "a3229df5-a66c-4950-a595-8276cfeb5198",
            "last_updated": "2023-04-10T09:31:58.808848-04:00",
            "created_at": "2023-04-08T09:02:01.480236-04:00",
            "name": "Vancouver Canucks",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a90ba77-4291-488f-8da4-3383a97dbf34/?format=api"
        }
    ]
}