GET /api/bet_types/31252b60-0cfc-4656-ad0d-acfa9cce169e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31252b60-0cfc-4656-ad0d-acfa9cce169e",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e965a9a-3e38-4e4f-b70b-49abbd69e076/?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": "Wisconsin",
                "amount": 5000.0
            },
            {
                "team": "Maryland",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec3432bc-c189-41d7-8944-bada3e827bb7",
            "gambit_id": "83e41cc9-652b-4397-ac0e-a51ddca7b43c",
            "last_updated": "2022-11-06T08:27:23.937066-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wisconsin",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31252b60-0cfc-4656-ad0d-acfa9cce169e/?format=api"
        },
        {
            "id": "16327de3-6be8-4007-b78f-f6078f85dd9f",
            "gambit_id": "2a7be2f2-783d-4a0b-a10c-5af4c76731ae",
            "last_updated": "2022-11-06T08:27:23.938009-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Maryland",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31252b60-0cfc-4656-ad0d-acfa9cce169e/?format=api"
        }
    ]
}