GET /api/bet_types/8dc41906-db3c-45f9-98ba-652785e0772d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8dc41906-db3c-45f9-98ba-652785e0772d",
    "match": "https://api-prod.gambitprofit.com/api/matches/8328fadf-a47f-4fe6-9634-42fe5e75a1f2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-23T09:43:20.538457-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": "Ottawa Senators",
                "amount": 5773.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "6ef71914-4c8a-4957-8ceb-ec7a8aee7379",
            "gambit_id": "799714cf-f353-47f1-9c78-6758683cf25e",
            "last_updated": "2024-01-24T22:33:13.818095-05:00",
            "created_at": "2024-01-23T09:43:20.547378-05:00",
            "name": "Ottawa Senators",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dc41906-db3c-45f9-98ba-652785e0772d/?format=api"
        },
        {
            "id": "4a6a291b-174e-4a92-aa06-d6340a078e9c",
            "gambit_id": "2d8cf3d9-5c78-4221-bd5a-3cc023cee2dd",
            "last_updated": "2024-01-24T22:33:13.821490-05:00",
            "created_at": "2024-01-23T09:43:20.553450-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dc41906-db3c-45f9-98ba-652785e0772d/?format=api"
        }
    ]
}