GET /api/bet_types/b239a1b8-8d6c-417e-ac45-d38a109b94ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b239a1b8-8d6c-417e-ac45-d38a109b94ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/99284536-d222-4c57-a269-72b8f9cf9db3/?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": "Virginia",
                "amount": 5000.0
            },
            {
                "team": "Miami Florida",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "e2e269dd-a7ad-4122-b606-7e6e51ede6d0",
            "gambit_id": "7255f569-9cc9-4bb6-ab1d-35ed0fef91fa",
            "last_updated": "2022-10-31T10:47:29.869673-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Virginia",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b239a1b8-8d6c-417e-ac45-d38a109b94ce/?format=api"
        },
        {
            "id": "7630ebd4-5bd7-4e02-a3bb-57ba9381484a",
            "gambit_id": "ae628be6-e813-4c6a-b160-53427f3c00a5",
            "last_updated": "2022-10-31T10:47:29.870628-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Florida",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b239a1b8-8d6c-417e-ac45-d38a109b94ce/?format=api"
        }
    ]
}