GET /api/bet_types/bf5a8a59-c305-4d3d-9f84-9392804c5d98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf5a8a59-c305-4d3d-9f84-9392804c5d98",
    "match": "https://api-prod.gambitprofit.com/api/matches/f72586c0-6bef-4961-9427-86a126336b6f/?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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "4a383e09-78d3-49b0-9bea-5e8b69d147a0",
            "gambit_id": "b7b3c316-57f3-4cf4-96fb-084166c81c8a",
            "last_updated": "2022-11-06T20:17:28.907210-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf5a8a59-c305-4d3d-9f84-9392804c5d98/?format=api"
        },
        {
            "id": "ef48564a-997c-4606-86bd-4ce8e0a83f77",
            "gambit_id": "58d25d1d-8e8c-4ac9-a165-ac9a6fc5e337",
            "last_updated": "2022-11-06T20:17:28.908159-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf5a8a59-c305-4d3d-9f84-9392804c5d98/?format=api"
        }
    ]
}