GET /api/bet_types/ef0a6def-ebe5-4cce-a2ea-c2f4aec4cefa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef0a6def-ebe5-4cce-a2ea-c2f4aec4cefa",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee903e04-b434-4654-b77b-9549b79c2c21/?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": "Bowling Green",
                "amount": 5000.0
            },
            {
                "team": "UCLA",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "e600c8e8-882c-4756-aacf-4dad9e665863",
            "gambit_id": "ad289a74-4e79-43fd-a53e-68a07add34f6",
            "last_updated": "2022-09-05T09:57:25.980645-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bowling Green",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "24.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef0a6def-ebe5-4cce-a2ea-c2f4aec4cefa/?format=api"
        },
        {
            "id": "8aaf267e-b4a4-4162-810d-8667bf813ff2",
            "gambit_id": "a9597e01-4d15-4e48-aa83-4903b83ba0e0",
            "last_updated": "2022-09-05T09:57:25.979677-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UCLA",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-24.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef0a6def-ebe5-4cce-a2ea-c2f4aec4cefa/?format=api"
        }
    ]
}