GET /api/bet_types/d3b6dc63-4684-46c6-a094-4ac8ddf5a485/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3b6dc63-4684-46c6-a094-4ac8ddf5a485",
    "match": "https://api-prod.gambitprofit.com/api/matches/e80c9b34-77aa-45a0-8e21-8a429bafa7b7/?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": "Edmonton Oilers",
                "amount": 5863.0
            },
            {
                "team": "St Louis Blues",
                "amount": 4137.0
            }
        ],
        "expected_reward_tokens": 9556.47,
        "profit_sb": 56.47,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "2ab689af-bb63-4091-b0b4-9248751a417f",
            "gambit_id": "00412d93-a166-4ea9-ada6-6160ba2979d1",
            "last_updated": "2022-10-24T10:17:09.989968-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.63000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3b6dc63-4684-46c6-a094-4ac8ddf5a485/?format=api"
        },
        {
            "id": "a3efcf7b-a98c-43bd-91e2-45bd51b99aa4",
            "gambit_id": "79e16f26-0cf8-4716-b050-620f579f4055",
            "last_updated": "2022-10-24T10:17:09.988950-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "2.31000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3b6dc63-4684-46c6-a094-4ac8ddf5a485/?format=api"
        }
    ]
}