GET /api/bet_types/2373ac19-1ece-49d3-86cb-48715dc30a04/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2373ac19-1ece-49d3-86cb-48715dc30a04",
    "match": "https://api-prod.gambitprofit.com/api/matches/54889af9-cdd4-489c-ae77-a0c222962b60/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-27T09:43:13.434558-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": "Denver Broncos",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Chargers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2c359b48-b6a6-42ce-a267-f54f7d346aa6",
            "gambit_id": "f30df9c1-e916-41e8-a7c0-5b629912e27e",
            "last_updated": "2024-01-02T10:33:10.877144-05:00",
            "created_at": "2023-12-27T09:43:13.443293-05:00",
            "name": "Denver Broncos",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2373ac19-1ece-49d3-86cb-48715dc30a04/?format=api"
        },
        {
            "id": "7cecb283-c5e6-48a6-a227-f67c25450e4d",
            "gambit_id": "bb5115cf-3670-44af-ae6e-2d19363ebeba",
            "last_updated": "2024-01-02T10:33:10.873613-05:00",
            "created_at": "2023-12-27T09:43:13.439496-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2373ac19-1ece-49d3-86cb-48715dc30a04/?format=api"
        }
    ]
}