GET /api/bet_types/c69eda0c-9443-4d06-b163-a72054b1ba3c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c69eda0c-9443-4d06-b163-a72054b1ba3c",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b53d605-1596-4b83-bf2d-714fe4ee4726/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-01T10:03:02.334342-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b737f397-6029-43a8-a6a7-3625d9f955f2",
            "gambit_id": "d6b1dd4c-ca56-41b0-b7aa-a62ffabcee7d",
            "last_updated": "2024-01-03T10:53:14.005166-05:00",
            "created_at": "2024-01-01T10:03:02.338204-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c69eda0c-9443-4d06-b163-a72054b1ba3c/?format=api"
        },
        {
            "id": "10b5fc16-0139-4291-9f42-c7938d6d213d",
            "gambit_id": "7dfc0de8-1cb2-4ce8-9625-eda40a21a082",
            "last_updated": "2024-01-03T10:53:14.008959-05:00",
            "created_at": "2024-01-01T10:03:02.342297-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c69eda0c-9443-4d06-b163-a72054b1ba3c/?format=api"
        }
    ]
}