GET /api/bet_types/2cad29b6-9a22-4c97-ad57-95e519199656/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2cad29b6-9a22-4c97-ad57-95e519199656",
    "match": "https://api-prod.gambitprofit.com/api/matches/c54484a1-80c2-4032-ab8e-0c1ad7633f61/?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": "New Orleans Saints",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Falcons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "67acfdbd-bd71-41e3-99ad-3f461ae2c608",
            "gambit_id": "9af93322-1580-4002-9832-470c231f6ebf",
            "last_updated": "2022-12-19T13:37:02.341848-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Saints",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cad29b6-9a22-4c97-ad57-95e519199656/?format=api"
        },
        {
            "id": "08d30b96-9cd5-4176-9865-2b6be2abfe38",
            "gambit_id": "94dbaa3a-3043-4e5e-a51f-4c605817a931",
            "last_updated": "2022-12-19T13:37:02.340668-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cad29b6-9a22-4c97-ad57-95e519199656/?format=api"
        }
    ]
}