GET /api/bet_types/f5098ab7-66bb-4b1d-98b6-2df960d83f25/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5098ab7-66bb-4b1d-98b6-2df960d83f25",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b54eee1-4e60-488f-b713-c917c4a43c73/?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": "Marshall",
                "amount": 5000.0
            },
            {
                "team": "Connecticut",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6c54a743-4a2d-4c49-938c-438a701f0d19",
            "gambit_id": "5a972afb-eb01-4129-98f7-50f6f40838a1",
            "last_updated": "2022-12-20T12:32:14.865249-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Marshall",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5098ab7-66bb-4b1d-98b6-2df960d83f25/?format=api"
        },
        {
            "id": "907df292-933c-418d-9bc0-67f8f79e85cb",
            "gambit_id": "8efacdb3-8dcc-429d-b5d8-1891437cf97a",
            "last_updated": "2022-12-20T12:32:14.866388-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Connecticut",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5098ab7-66bb-4b1d-98b6-2df960d83f25/?format=api"
        }
    ]
}