GET /api/bet_types/0f72b99e-c36c-4cf3-9fe2-ff9e4493c6d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f72b99e-c36c-4cf3-9fe2-ff9e4493c6d6",
    "match": "https://api-prod.gambitprofit.com/api/matches/1890f8e6-41a7-44e5-8533-8156cae63af2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-27T09:03:03.643861-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": 5688.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "87e1dbe5-f693-4be7-bb42-0e3ea9fec427",
            "gambit_id": "64788578-bd16-4ff1-97ce-644bd6b79d51",
            "last_updated": "2023-12-29T11:08:26.082935-05:00",
            "created_at": "2023-12-27T09:03:03.651950-05:00",
            "name": "Minnesota Wild",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f72b99e-c36c-4cf3-9fe2-ff9e4493c6d6/?format=api"
        },
        {
            "id": "fdfd85dc-4728-4023-b511-cf2d526b6e45",
            "gambit_id": "63c30dbb-fbcb-4b6c-94e7-1a7a74636a67",
            "last_updated": "2023-12-29T11:08:26.074220-05:00",
            "created_at": "2023-12-27T09:03:03.647839-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f72b99e-c36c-4cf3-9fe2-ff9e4493c6d6/?format=api"
        }
    ]
}