GET /api/bet_types/fb14d252-f30d-475b-8025-560e5840de18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb14d252-f30d-475b-8025-560e5840de18",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa87712a-6073-42d3-9aaf-5c5fabb0e702/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-06T09:08:09.046619-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": "Carolina Hurricanes",
                "amount": 5835.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4165.0
            }
        ],
        "expected_reward_tokens": 9452.7,
        "profit_sb": -47.3,
        "profit_sb_percentage": -0.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "d4df9fcf-380c-4567-8ccb-63bce6edc04a",
            "gambit_id": "744fc505-f716-4e21-bb07-2e086abbd6e8",
            "last_updated": "2024-02-07T01:53:01.088438-05:00",
            "created_at": "2024-02-06T09:08:09.056222-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.62000",
            "odds": "1.65360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb14d252-f30d-475b-8025-560e5840de18/?format=api"
        },
        {
            "id": "81ce18c2-acbb-4486-acd9-49d3a34ac58e",
            "gambit_id": "54552176-d9fb-4fbc-9c82-731907f6c64e",
            "last_updated": "2024-02-07T01:53:01.084210-05:00",
            "created_at": "2024-02-06T09:08:09.051465-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb14d252-f30d-475b-8025-560e5840de18/?format=api"
        }
    ]
}