GET /api/bet_types/4d8e4360-36f1-4b79-a3a7-4bbe444404c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d8e4360-36f1-4b79-a3a7-4bbe444404c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf4a68d9-c2b8-431e-a225-5c172ad86aa8/?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": "Florida Intl",
                "amount": 5000.0
            },
            {
                "team": "Connecticut",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "773d27b0-26b3-4a16-b8b7-b6be60562df9",
            "gambit_id": "67ebad7f-34b4-4359-9588-208921e62355",
            "last_updated": "2022-10-11T11:22:04.786493-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Intl",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d8e4360-36f1-4b79-a3a7-4bbe444404c6/?format=api"
        },
        {
            "id": "816dd8ae-9cc3-4a39-a521-8da6e156ab40",
            "gambit_id": "778fd46e-08b4-4fa8-8b79-bbee3a7683f4",
            "last_updated": "2022-10-11T11:22:04.787474-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Connecticut",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d8e4360-36f1-4b79-a3a7-4bbe444404c6/?format=api"
        }
    ]
}