GET /api/bet_types/f2ec2f07-c7d1-4dff-9975-f72045d66f75/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2ec2f07-c7d1-4dff-9975-f72045d66f75",
    "match": "https://api-prod.gambitprofit.com/api/matches/51cdb192-d200-4331-a4a1-e261be7be68d/?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": "South Florida",
                "amount": 5000.0
            },
            {
                "team": "East Carolina",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "3539f8ff-dfb2-4a27-9a83-e33168231d73",
            "gambit_id": "11316593-7378-4204-ad57-49957a10e9bb",
            "last_updated": "2022-10-03T19:22:04.025678-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Florida",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2ec2f07-c7d1-4dff-9975-f72045d66f75/?format=api"
        },
        {
            "id": "55e01c07-1484-4463-9b35-7407433c7550",
            "gambit_id": "b62d79a0-94db-40dc-a61c-6257f964107d",
            "last_updated": "2022-10-03T19:22:04.026872-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "East Carolina",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2ec2f07-c7d1-4dff-9975-f72045d66f75/?format=api"
        }
    ]
}