GET /api/bet_types/09e26a8c-fc34-44e3-a395-063d657f031f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09e26a8c-fc34-44e3-a395-063d657f031f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f322b447-1c53-4461-ae31-22f5c9e1f932/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-02T09:58:19.394448-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": "Sacramento Kings",
                "amount": 6090.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d5ef124-5719-4504-a3b6-f4274545996b",
            "gambit_id": "c0329f00-4bba-4374-bd46-39be66ccea98",
            "last_updated": "2024-02-03T10:37:58.792989-05:00",
            "created_at": "2024-02-02T09:58:19.399382-05:00",
            "name": "Sacramento Kings",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09e26a8c-fc34-44e3-a395-063d657f031f/?format=api"
        },
        {
            "id": "facd91d4-48d8-4f05-827d-e3df8ab453e1",
            "gambit_id": "3afb9888-a56c-4459-877a-b2d10fafeccf",
            "last_updated": "2024-02-03T10:37:58.796601-05:00",
            "created_at": "2024-02-02T09:58:19.405891-05:00",
            "name": "Indiana Pacers",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09e26a8c-fc34-44e3-a395-063d657f031f/?format=api"
        }
    ]
}