GET /api/bet_types/f1f98c03-54e6-43fb-b6e5-7345ed05e238/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1f98c03-54e6-43fb-b6e5-7345ed05e238",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e912b70-ef67-4ab8-a79c-0d06985a20c3/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Miami Heat",
                "amount": 5610.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 4390.0
            }
        ],
        "expected_reward_tokens": 9480.9,
        "profit_sb": -19.1,
        "profit_sb_percentage": -0.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a503536-6cd2-4f19-985f-14b9be62a2d7",
            "gambit_id": "324d0ca9-4ec2-446c-88e5-ae58b0db881f",
            "last_updated": "2022-10-27T11:47:04.467737-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1f98c03-54e6-43fb-b6e5-7345ed05e238/?format=api"
        },
        {
            "id": "78a5f1ca-5e51-4045-bbb8-dc528bc3f583",
            "gambit_id": "6d7be0cb-13c6-4b62-86a9-d3abf0126f72",
            "last_updated": "2022-10-27T11:47:04.466750-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1f98c03-54e6-43fb-b6e5-7345ed05e238/?format=api"
        }
    ]
}