GET /api/bet_types/34f399de-0472-4ebd-b58e-d9bd6cd9e932/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34f399de-0472-4ebd-b58e-d9bd6cd9e932",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7ef64f5-1551-44e9-8aba-0814014e4647/?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": "Vegas Golden Knights",
                "amount": 5419.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a84e21d-b4f1-43ee-b0e0-5e598b95abdc",
            "gambit_id": "c24884b9-6463-4081-9a8f-9cb30ccd3d21",
            "last_updated": "2022-10-17T14:12:47.452323-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34f399de-0472-4ebd-b58e-d9bd6cd9e932/?format=api"
        },
        {
            "id": "901375a7-bf82-4a92-ad35-a05f9a7fd40b",
            "gambit_id": "65fae66a-3688-4683-b060-729a0e2cd1e6",
            "last_updated": "2022-10-17T14:12:47.451229-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34f399de-0472-4ebd-b58e-d9bd6cd9e932/?format=api"
        }
    ]
}