GET /api/bet_types/f1000433-c2d1-4971-9ae7-cd32d02becd8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1000433-c2d1-4971-9ae7-cd32d02becd8",
    "match": "https://api-prod.gambitprofit.com/api/matches/fd65f5e4-60aa-4627-aff0-c8da986932e3/?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": "Florida Atlantic",
                "amount": 5000.0
            },
            {
                "team": "Central Florida",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "4be34602-4a86-4434-b31e-0ac50e4c1094",
            "gambit_id": "22dd49fe-6c8d-46bd-8547-62c27d560300",
            "last_updated": "2022-09-18T13:02:34.679192-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Atlantic",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1000433-c2d1-4971-9ae7-cd32d02becd8/?format=api"
        },
        {
            "id": "f0af6da3-7443-4a5d-8b15-f6d558f3ae55",
            "gambit_id": "fbb0a10d-0d52-4777-96ac-61c9d7380058",
            "last_updated": "2022-09-18T13:02:34.680176-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Florida",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1000433-c2d1-4971-9ae7-cd32d02becd8/?format=api"
        }
    ]
}