GET /api/bet_types/966c40ec-291b-4e4f-9ce2-c23ab5d3ad76/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "966c40ec-291b-4e4f-9ce2-c23ab5d3ad76",
    "match": "https://api-prod.gambitprofit.com/api/matches/9ccb49a2-f6ef-443f-88c7-66feb120e4ec/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-17T11:42:59.401560-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": "KAN",
                "amount": 5614.0
            },
            {
                "team": "DET",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "2454f982-9dfa-44f7-aed9-2989134acf2b",
            "gambit_id": "a2c06221-f91f-467b-a7da-9fdebd3ea248",
            "last_updated": "2023-07-18T14:18:27.201094-04:00",
            "created_at": "2023-07-17T11:42:59.404336-04:00",
            "name": "KAN",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/966c40ec-291b-4e4f-9ce2-c23ab5d3ad76/?format=api"
        },
        {
            "id": "b7464b3c-d130-49b3-b790-a861ac92d09a",
            "gambit_id": "0b80ed60-f0b5-4fe3-9a53-99b8917da903",
            "last_updated": "2023-07-18T14:18:27.202789-04:00",
            "created_at": "2023-07-17T11:42:59.402915-04:00",
            "name": "DET",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/966c40ec-291b-4e4f-9ce2-c23ab5d3ad76/?format=api"
        }
    ]
}