GET /api/bet_types/1d4349d2-b7aa-4845-8707-e8d2edb1b2c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d4349d2-b7aa-4845-8707-e8d2edb1b2c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ce7297f-1ae3-4caa-9849-902383b64c62/?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": "Texas Tech",
                "amount": 5000.0
            },
            {
                "team": "Texas",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5097c9dc-dc96-42b1-8ecd-1763560c31b2",
            "gambit_id": "4066aeb8-b9e7-4e36-aa0d-e4d7b35823c8",
            "last_updated": "2022-09-25T19:52:10.898454-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas Tech",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d4349d2-b7aa-4845-8707-e8d2edb1b2c2/?format=api"
        },
        {
            "id": "4b23b209-52a7-46c2-a94a-196abc11c307",
            "gambit_id": "2bf563a0-492b-4eb3-9dc7-8ea31057c2af",
            "last_updated": "2022-09-25T19:52:10.900001-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d4349d2-b7aa-4845-8707-e8d2edb1b2c2/?format=api"
        }
    ]
}