GET /api/bet_types/83db5445-568d-49ff-8ff2-f3e67d825aa2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83db5445-568d-49ff-8ff2-f3e67d825aa2",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec205309-48e5-4fd3-be85-2c32f5845b8a/?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": 6475.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3525.0
            }
        ],
        "expected_reward_tokens": 9517.5,
        "profit_sb": 17.5,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "e3c9a43d-c2e0-40a6-ad82-ea703366f1dd",
            "gambit_id": "250c814a-a3c6-49d2-b11a-e6844da88523",
            "last_updated": "2022-10-28T09:52:06.860283-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83db5445-568d-49ff-8ff2-f3e67d825aa2/?format=api"
        },
        {
            "id": "31a1c07e-0c4e-4ee5-83c9-c76e3b7a4496",
            "gambit_id": "cbd46045-796d-40dc-93d9-5fd24bbec0be",
            "last_updated": "2022-10-28T09:52:06.859308-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.70000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83db5445-568d-49ff-8ff2-f3e67d825aa2/?format=api"
        }
    ]
}