GET /api/bet_types/a5471c6e-546b-403b-8fbf-27855dc7300a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5471c6e-546b-403b-8fbf-27855dc7300a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0cf5f36-8431-47da-8bd9-f7de2c6011f1/?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": "Phoenix Suns",
                "amount": 6563.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "89355be9-68d7-4303-bb5e-ae0ff349d248",
            "gambit_id": "97cde665-ccf8-4efb-a311-4b35da279d83",
            "last_updated": "2022-10-22T09:17:33.903928-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5471c6e-546b-403b-8fbf-27855dc7300a/?format=api"
        },
        {
            "id": "4e903da5-fa7c-4b64-bded-e92264acd3b2",
            "gambit_id": "2874ee19-09d8-4c97-b8ee-4f4163e8d22a",
            "last_updated": "2022-10-22T09:17:33.902954-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5471c6e-546b-403b-8fbf-27855dc7300a/?format=api"
        }
    ]
}