GET /api/bet_types/47101f30-9799-48d6-9d9e-412ecb9f5158/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "47101f30-9799-48d6-9d9e-412ecb9f5158",
    "match": "https://api-prod.gambitprofit.com/api/matches/fd18529a-4670-4488-9ca0-53bdcbef6e2e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-08T13:26:51.903803-04: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": "Orlando Guardians",
                "amount": 5599.0
            },
            {
                "team": "Arlington Renegades",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "5abc2a20-d905-463e-8d8c-7c60190ed741",
            "gambit_id": "359f1083-c53f-4dd4-b4e5-d2dc18c6eb6b",
            "last_updated": "2023-04-09T12:32:04.654712-04:00",
            "created_at": "2023-04-08T13:26:51.906959-04:00",
            "name": "Orlando Guardians",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47101f30-9799-48d6-9d9e-412ecb9f5158/?format=api"
        },
        {
            "id": "c8c9f1a3-be5c-4ff6-969e-5c34d1062a1f",
            "gambit_id": "95ee59d5-5865-430e-ad29-decf8968fdf9",
            "last_updated": "2023-04-09T12:32:04.656571-04:00",
            "created_at": "2023-04-08T13:26:51.909945-04:00",
            "name": "Arlington Renegades",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47101f30-9799-48d6-9d9e-412ecb9f5158/?format=api"
        }
    ]
}