GET /api/bet_types/8a7cad37-e543-40f2-aeef-91986b0d7407/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a7cad37-e543-40f2-aeef-91986b0d7407",
    "match": "https://api-prod.gambitprofit.com/api/matches/b90aadec-9f71-4fe6-8170-3410c06eb681/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-06T07:58:05.959380-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": "Dallas Stars",
                "amount": 5688.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "5268dd6f-e8a7-46fd-bad6-646681cdc73a",
            "gambit_id": "891085b4-2d94-4233-b1f6-4110ce50bf46",
            "last_updated": "2023-11-10T12:48:30.261864-05:00",
            "created_at": "2023-11-06T07:58:05.967359-05:00",
            "name": "Dallas Stars",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a7cad37-e543-40f2-aeef-91986b0d7407/?format=api"
        },
        {
            "id": "6106e200-6911-4885-b4b5-37c18a363e16",
            "gambit_id": "4a2e1c02-c994-4e63-ad86-444f5823acce",
            "last_updated": "2023-11-10T12:48:30.265359-05:00",
            "created_at": "2023-11-06T07:58:05.963636-05:00",
            "name": "Boston Bruins",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a7cad37-e543-40f2-aeef-91986b0d7407/?format=api"
        }
    ]
}