GET /api/bet_types/5985254e-e152-4550-9b80-0aba11d53d69/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5985254e-e152-4550-9b80-0aba11d53d69",
    "match": "https://api-prod.gambitprofit.com/api/matches/44cf534a-bb6b-4ae1-a0f0-af95bcc60952/?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": "Penn State",
                "amount": 5000.0
            },
            {
                "team": "Indiana",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a23e26ee-c804-472b-ad51-d029803d3925",
            "gambit_id": "10f1289f-d081-458c-966e-9843e7f2081b",
            "last_updated": "2022-11-06T09:13:44.801510-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Penn State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5985254e-e152-4550-9b80-0aba11d53d69/?format=api"
        },
        {
            "id": "7c58033c-2c09-4d0d-8064-0cd855cfb6b3",
            "gambit_id": "5206cd66-f12c-4c90-8741-2ea613ee84d4",
            "last_updated": "2022-11-06T09:13:44.800523-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5985254e-e152-4550-9b80-0aba11d53d69/?format=api"
        }
    ]
}