GET /api/bet_types/f30ad184-ef12-45ee-94cd-5d2b552a8287/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f30ad184-ef12-45ee-94cd-5d2b552a8287",
    "match": "https://api-prod.gambitprofit.com/api/matches/d13b1b0f-c100-4d84-977e-14d195089cb5/?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": "Eastern Michigan",
                "amount": 5000.0
            },
            {
                "team": "Toledo",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "6bedacca-6a86-47cb-8cd8-0118bb48a577",
            "gambit_id": "aac6bb8d-0ff5-47e6-91a7-f7015af84a43",
            "last_updated": "2022-10-31T10:52:25.088951-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Eastern Michigan",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f30ad184-ef12-45ee-94cd-5d2b552a8287/?format=api"
        },
        {
            "id": "3e2c7080-3c1c-46a0-8988-533719d22bab",
            "gambit_id": "c1dafe92-1136-4f0c-b7e6-72ff5b2f1707",
            "last_updated": "2022-10-31T10:52:25.089884-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toledo",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f30ad184-ef12-45ee-94cd-5d2b552a8287/?format=api"
        }
    ]
}