GET /api/bet_types/c1b3f881-aeee-46f0-8ae0-c602eeb35dae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1b3f881-aeee-46f0-8ae0-c602eeb35dae",
    "match": "https://api-prod.gambitprofit.com/api/matches/25766aa5-ef8d-4b12-962b-6f4c156dcf85/?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": "New Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "f1cea76c-5c8d-4ca0-abe5-61055c777a2b",
            "gambit_id": "3ef2afa9-f66b-4d08-b46d-6a09320caf7e",
            "last_updated": "2022-10-24T11:47:20.459174-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1b3f881-aeee-46f0-8ae0-c602eeb35dae/?format=api"
        },
        {
            "id": "53d9da9e-d170-4fad-a1d9-0d4018c30bad",
            "gambit_id": "e5750bc9-f139-4215-b816-1de9af25112c",
            "last_updated": "2022-10-24T11:47:20.460172-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1b3f881-aeee-46f0-8ae0-c602eeb35dae/?format=api"
        }
    ]
}