GET /api/bet_types/08b51db5-a31e-456c-a984-7a44be9b6936/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08b51db5-a31e-456c-a984-7a44be9b6936",
    "match": "https://api-prod.gambitprofit.com/api/matches/24aafc39-672d-435c-ac2a-7a50001ce495/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-11T08:27:14.755431-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "eb496771-b75e-43bd-9be0-09d1e02a6baf",
            "gambit_id": "e8d2e6c8-c146-4e89-9198-0b89067f7fe2",
            "last_updated": "2023-01-12T15:37:06.137317-05:00",
            "created_at": "2023-01-11T08:27:14.756650-05:00",
            "name": "Sacramento Kings",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08b51db5-a31e-456c-a984-7a44be9b6936/?format=api"
        },
        {
            "id": "5e70ab78-76e8-4b2e-9278-68aaf48501c6",
            "gambit_id": "7786df21-4bfb-40b5-a488-7d1ebdc56632",
            "last_updated": "2023-01-12T15:37:06.138424-05:00",
            "created_at": "2023-01-11T08:27:14.757908-05:00",
            "name": "Houston Rockets",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08b51db5-a31e-456c-a984-7a44be9b6936/?format=api"
        }
    ]
}