GET /api/bet_types/b79fa567-8b88-4a15-ac24-eb0d8c57babd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b79fa567-8b88-4a15-ac24-eb0d8c57babd",
    "match": "https://api-prod.gambitprofit.com/api/matches/652ecdf7-16be-4437-940f-05e9021d09ca/?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": "Louisville",
                "amount": 5000.0
            },
            {
                "team": "Central Florida",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "80833919-cf36-448a-993b-0c802302e6b3",
            "gambit_id": "101343f2-fce2-4cae-930b-1b054b400656",
            "last_updated": "2022-09-10T12:32:31.074621-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisville",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b79fa567-8b88-4a15-ac24-eb0d8c57babd/?format=api"
        },
        {
            "id": "272d9bf6-55fc-4d65-ba6f-d513a10318fc",
            "gambit_id": "db44ef0a-71f5-4cf8-85c2-c454812a0f8f",
            "last_updated": "2022-09-10T12:32:31.073597-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Florida",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b79fa567-8b88-4a15-ac24-eb0d8c57babd/?format=api"
        }
    ]
}