GET /api/bet_types/1feba1a0-e393-458d-ac1c-f9b30f09f22e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1feba1a0-e393-458d-ac1c-f9b30f09f22e",
    "match": "https://api-prod.gambitprofit.com/api/matches/c37f0e3c-e111-417c-b98b-91ba54c622ef/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-18T09:53:15.420356-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 Wild",
                "amount": 6752.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3248.0
            }
        ],
        "expected_reward_tokens": 9451.68,
        "profit_sb": -48.32,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "87fbea5b-0c96-4f74-8c16-19a26e59d66a",
            "gambit_id": "255ac162-3291-4def-8f4d-e3e6dd31c54a",
            "last_updated": "2023-12-19T21:08:17.680156-05:00",
            "created_at": "2023-12-18T09:53:15.423909-05:00",
            "name": "Minnesota Wild",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1feba1a0-e393-458d-ac1c-f9b30f09f22e/?format=api"
        },
        {
            "id": "dc82d37c-d799-4f17-b207-85d3c87e5874",
            "gambit_id": "15c365fc-256d-41e8-8f85-72921229d26d",
            "last_updated": "2023-12-19T21:08:17.684941-05:00",
            "created_at": "2023-12-18T09:53:15.427931-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1feba1a0-e393-458d-ac1c-f9b30f09f22e/?format=api"
        }
    ]
}