GET /api/bet_types/0e625f13-4221-40dc-b6c8-d723ce5a8bd7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e625f13-4221-40dc-b6c8-d723ce5a8bd7",
    "match": "https://api-prod.gambitprofit.com/api/matches/6844fd74-d151-4c99-84c6-18a37fa74f43/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-01T09:08:16.552783-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": "Miami Heat",
                "amount": 6978.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 3022.0
            }
        ],
        "expected_reward_tokens": 9489.08,
        "profit_sb": -10.92,
        "profit_sb_percentage": -0.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "8342ca4f-3085-4820-97ce-cf5ce0e845dc",
            "gambit_id": "58f09909-52ef-4a81-a214-05084f99c206",
            "last_updated": "2023-11-03T10:33:05.155954-04:00",
            "created_at": "2023-11-01T09:08:16.564719-04:00",
            "name": "Miami Heat",
            "reward": "1.36000",
            "odds": "1.37740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e625f13-4221-40dc-b6c8-d723ce5a8bd7/?format=api"
        },
        {
            "id": "7baa781b-4fa9-4cfe-85a0-772c8c4d9dcc",
            "gambit_id": "e3f3b565-06d8-4c92-bf6d-b7e17413dc04",
            "last_updated": "2023-11-03T10:33:05.152050-04:00",
            "created_at": "2023-11-01T09:08:16.557636-04:00",
            "name": "Brooklyn Nets",
            "reward": "3.14000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e625f13-4221-40dc-b6c8-d723ce5a8bd7/?format=api"
        }
    ]
}