GET /api/bet_types/536bcab5-3173-484b-af78-ec3ac55be4eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "536bcab5-3173-484b-af78-ec3ac55be4eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/b579e07f-3ba2-4c87-9aec-0a6b8a985faf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-28T09:33:14.483961-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": 5939.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "09e5797a-99ec-4412-bebe-e05cbc705aa8",
            "gambit_id": "23012abd-b8be-4012-b9f9-98be861900e5",
            "last_updated": "2023-11-29T22:03:08.568910-05:00",
            "created_at": "2023-11-28T09:33:14.489157-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/536bcab5-3173-484b-af78-ec3ac55be4eb/?format=api"
        },
        {
            "id": "a7891050-2862-4d02-a731-7c8fafdd050b",
            "gambit_id": "0a7944f9-7aaf-4c96-938c-dbcb2b6ed2d6",
            "last_updated": "2023-11-29T22:03:08.572627-05:00",
            "created_at": "2023-11-28T09:33:14.494892-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/536bcab5-3173-484b-af78-ec3ac55be4eb/?format=api"
        }
    ]
}