GET /api/bet_types/2ab0d8b0-da60-464a-a5d8-17e4835891aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ab0d8b0-da60-464a-a5d8-17e4835891aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/03bcde44-aea6-49e0-8cda-b413c2c51898/?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": "Tulsa",
                "amount": 5000.0
            },
            {
                "team": "South Florida",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f9323a8-3fbf-4d1f-baf2-1aeec0c25299",
            "gambit_id": "5a984ff9-ebc0-4590-9a02-eff92f2f51cb",
            "last_updated": "2022-11-19T10:33:53.957154-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tulsa",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ab0d8b0-da60-464a-a5d8-17e4835891aa/?format=api"
        },
        {
            "id": "226fafa0-1eff-4b4f-9f4a-d6c669f1320d",
            "gambit_id": "280afba2-703e-48be-9011-1b550e4d39c5",
            "last_updated": "2022-11-19T10:33:53.958164-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Florida",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ab0d8b0-da60-464a-a5d8-17e4835891aa/?format=api"
        }
    ]
}