GET /api/bet_types/4f866b8d-9142-47d2-b994-a4be5d53d612/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f866b8d-9142-47d2-b994-a4be5d53d612",
    "match": "https://api-prod.gambitprofit.com/api/matches/4eac2265-4ff5-4215-ad4d-9383dee57203/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-22T08:23:11.865601-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": "CWS",
                "amount": 5423.0
            },
            {
                "team": "SEA",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "a1868996-50df-474b-b28c-c4d14d9c17b9",
            "gambit_id": "105a72cb-fd19-453e-a816-fb97e4551605",
            "last_updated": "2023-08-23T10:58:23.251532-04:00",
            "created_at": "2023-08-22T08:23:11.873751-04:00",
            "name": "CWS",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f866b8d-9142-47d2-b994-a4be5d53d612/?format=api"
        },
        {
            "id": "ff28ee04-2b9a-487e-936c-6f9c81cdc3f4",
            "gambit_id": "df7206fd-287f-456e-ba42-1a03e7291688",
            "last_updated": "2023-08-23T10:58:23.247980-04:00",
            "created_at": "2023-08-22T08:23:11.869392-04:00",
            "name": "SEA",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f866b8d-9142-47d2-b994-a4be5d53d612/?format=api"
        }
    ]
}