GET /api/bet_types/4d9b8d47-32f0-4d95-8233-7cee26c29a52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d9b8d47-32f0-4d95-8233-7cee26c29a52",
    "match": "https://api-prod.gambitprofit.com/api/matches/a15ca287-d25c-459f-9ef8-787c1c37a2e9/?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": "Texas St",
                "amount": 5000.0
            },
            {
                "team": "Southern Miss",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "d0a76303-9204-4a3c-8485-2e9f5242d0b4",
            "gambit_id": "7951437c-a683-46a5-b613-ae753e4b6ced",
            "last_updated": "2022-10-23T21:31:52.037761-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas St",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d9b8d47-32f0-4d95-8233-7cee26c29a52/?format=api"
        },
        {
            "id": "9f1d9f3e-aab9-4260-ad8d-5c2f54539fb3",
            "gambit_id": "0ffa675f-f16d-4b06-afec-869b93da3ed3",
            "last_updated": "2022-10-23T21:31:52.038808-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Southern Miss",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d9b8d47-32f0-4d95-8233-7cee26c29a52/?format=api"
        }
    ]
}