GET /api/bet_types/b08507e5-0b30-4d92-953b-fdcc7a15a07a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b08507e5-0b30-4d92-953b-fdcc7a15a07a",
    "match": "https://api-prod.gambitprofit.com/api/matches/395d08f2-2e4e-4740-b64b-42287c416630/?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": "Ohio State",
                "amount": 5000.0
            },
            {
                "team": "Indiana",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "78de61f5-7c79-4d57-8ce2-eb58111ac163",
            "gambit_id": "d03937c8-5217-4ef3-b2c5-f5b8b8aea14c",
            "last_updated": "2022-11-14T10:28:55.883150-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ohio State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b08507e5-0b30-4d92-953b-fdcc7a15a07a/?format=api"
        },
        {
            "id": "87a68c5c-0a4a-4efc-a8e6-b84502151b9a",
            "gambit_id": "f005cbf7-bba8-4430-80e2-b6960262e66d",
            "last_updated": "2022-11-14T10:28:55.884258-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b08507e5-0b30-4d92-953b-fdcc7a15a07a/?format=api"
        }
    ]
}