GET /api/bet_types/de375f83-9715-4440-8fa9-5e661a03b16a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de375f83-9715-4440-8fa9-5e661a03b16a",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d46bd66-f252-48ab-862e-9a18a28fc8c1/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-03T09:37:56.719369-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f52b933-6737-4e05-9572-0ee2bb654f0a",
            "gambit_id": "139e5f37-bd9b-4962-9b8a-a21116989b2e",
            "last_updated": "2024-01-05T13:58:01.193904-05:00",
            "created_at": "2024-01-03T09:37:56.728116-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de375f83-9715-4440-8fa9-5e661a03b16a/?format=api"
        },
        {
            "id": "ee2d3450-523b-462f-ab11-5ed3ea59d293",
            "gambit_id": "41efa272-105e-4b76-a37c-48de3c7468d9",
            "last_updated": "2024-01-05T13:58:01.197476-05:00",
            "created_at": "2024-01-03T09:37:56.723900-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de375f83-9715-4440-8fa9-5e661a03b16a/?format=api"
        }
    ]
}