GET /api/bet_types/0b05d07f-7298-4d30-8268-1768c148f302/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b05d07f-7298-4d30-8268-1768c148f302",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4810a90-3237-4d1f-8d32-793b3d12e1c5/?format=api",
    "name": "Play the Odds",
    "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": "HOU",
                "amount": 6482.0
            },
            {
                "team": "TAM",
                "amount": 3518.0
            }
        ],
        "expected_reward_tokens": 9074.8,
        "profit_sb": 74.8,
        "profit_sb_percentage": 0.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "9d6e7ffa-7a66-4768-86c3-d843db576469",
            "gambit_id": "1e62b1bd-2673-4c12-98f5-dadcd700c832",
            "last_updated": "2022-09-20T16:07:12.686531-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b05d07f-7298-4d30-8268-1768c148f302/?format=api"
        },
        {
            "id": "df809b38-0b22-4d70-92dc-bc3fca7b486e",
            "gambit_id": "e8e638ba-1a0d-4e91-a41c-f12da12e8038",
            "last_updated": "2022-09-20T16:07:12.685474-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b05d07f-7298-4d30-8268-1768c148f302/?format=api"
        }
    ]
}