GET /api/bet_types/8857c57a-443a-4e17-a03e-cbb571e764ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8857c57a-443a-4e17-a03e-cbb571e764ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/859d6b0f-9029-441b-a080-ae7ca70ab444/?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": "Seattle Kraken",
                "amount": 5696.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 4304.0
            }
        ],
        "expected_reward_tokens": 9511.84,
        "profit_sb": 11.84,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "5585c4e5-9c19-4289-8a0f-61b90d72cd23",
            "gambit_id": "13aad738-b0e7-43cd-b6c4-64165a170184",
            "last_updated": "2022-10-24T11:56:46.460788-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8857c57a-443a-4e17-a03e-cbb571e764ac/?format=api"
        },
        {
            "id": "4c808f54-326a-4bff-a026-05e70a8d527a",
            "gambit_id": "9893b23b-189e-419d-9ec4-e23c73687459",
            "last_updated": "2022-10-24T11:56:46.459809-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8857c57a-443a-4e17-a03e-cbb571e764ac/?format=api"
        }
    ]
}