GET /api/bet_types/47b3b943-66fb-459f-9e8e-721fbe679aba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "47b3b943-66fb-459f-9e8e-721fbe679aba",
    "match": "https://api-prod.gambitprofit.com/api/matches/745d84a8-ccd7-4ba1-9f76-c0a778f28eb7/?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": "Tulane",
                "amount": 5000.0
            },
            {
                "team": "East Carolina",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "cca96508-9167-402b-8186-9b3f384f8287",
            "gambit_id": "787ebbfc-7bee-44cf-b487-d504eac5875a",
            "last_updated": "2022-10-11T11:02:33.607250-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tulane",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47b3b943-66fb-459f-9e8e-721fbe679aba/?format=api"
        },
        {
            "id": "0edd30f9-f5bc-4a9c-a093-75d2d2e77fc2",
            "gambit_id": "de801a0f-1710-4137-9497-86ee2aa2c40e",
            "last_updated": "2022-10-11T11:02:33.608235-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "East Carolina",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47b3b943-66fb-459f-9e8e-721fbe679aba/?format=api"
        }
    ]
}