GET /api/bet_types/f38a90ce-567a-4dcb-9b3b-fabfe879957c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f38a90ce-567a-4dcb-9b3b-fabfe879957c",
    "match": "https://api-prod.gambitprofit.com/api/matches/91b28c1f-c859-42a0-ac2b-0644917475bf/?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": "ATL (K Wright)",
                "amount": 6031.0
            },
            {
                "team": "SFO (J Junis)",
                "amount": 3969.0
            }
        ],
        "expected_reward_tokens": 9287.46,
        "profit_sb": 287.46,
        "profit_sb_percentage": 3.19,
        "recommended": true
    },
    "lines": [
        {
            "id": "54eb68a6-1e49-4b47-87e7-8b5e34fc73e7",
            "gambit_id": "8713a3e6-5815-40c6-81a8-cde3435712d3",
            "last_updated": "2022-09-14T10:07:04.663807-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (K Wright)",
            "reward": "1.54000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f38a90ce-567a-4dcb-9b3b-fabfe879957c/?format=api"
        },
        {
            "id": "daa9d5ed-0743-42bc-9ec5-3b4a3da8afbf",
            "gambit_id": "92390e02-eb15-4367-88c9-b2df429386df",
            "last_updated": "2022-09-14T10:07:04.662833-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO (J Junis)",
            "reward": "2.34000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f38a90ce-567a-4dcb-9b3b-fabfe879957c/?format=api"
        }
    ]
}