GET /api/bet_types/a916334e-3c51-4505-ac86-3373d28d9793/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a916334e-3c51-4505-ac86-3373d28d9793",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea3d714b-f05a-492d-8773-d3153d8dc138/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-17T11:06:51.977444-04: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": "CLE",
                "amount": 6020.0
            },
            {
                "team": "CWS",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "30af0be3-7368-4207-9278-4cfe2622df73",
            "gambit_id": "00cefa07-91f2-4907-8830-b2f934916888",
            "last_updated": "2023-05-18T11:47:18.692225-04:00",
            "created_at": "2023-05-17T11:06:51.982971-04:00",
            "name": "CLE",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a916334e-3c51-4505-ac86-3373d28d9793/?format=api"
        },
        {
            "id": "13126261-f6a4-4d16-8561-8d6794311801",
            "gambit_id": "1b04c598-48fb-48e9-a232-f6202d134d67",
            "last_updated": "2023-05-18T11:47:18.691054-04:00",
            "created_at": "2023-05-17T11:06:51.979526-04:00",
            "name": "CWS",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a916334e-3c51-4505-ac86-3373d28d9793/?format=api"
        }
    ]
}