GET /api/bet_types/ade2c672-6e3b-4505-bf58-ee1017f420b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ade2c672-6e3b-4505-bf58-ee1017f420b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/d079d412-0606-4bba-b89e-db9b282dab31/?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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3dca0081-8cf5-4aca-947e-e19f89fb8cf6",
            "gambit_id": "260c9b45-20a7-4d4d-9dbb-9e3616f5278b",
            "last_updated": "2022-11-08T10:57:05.184998-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ade2c672-6e3b-4505-bf58-ee1017f420b4/?format=api"
        },
        {
            "id": "38e8033d-7c41-443f-aa9e-c571e0143fb3",
            "gambit_id": "d1f23482-a5d1-464c-b6d7-81c9e17dfeeb",
            "last_updated": "2022-11-08T10:57:05.186092-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ade2c672-6e3b-4505-bf58-ee1017f420b4/?format=api"
        }
    ]
}