GET /api/bet_types/1c1befc4-2814-4c69-aa44-56668a02f45f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c1befc4-2814-4c69-aa44-56668a02f45f",
    "match": "https://api-prod.gambitprofit.com/api/matches/21a673c2-0996-4613-a7f3-35a99d4e4e3c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-09T08:48:12.994678-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": 5213.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "60451896-2d90-474d-9884-e4c2eededa6a",
            "gambit_id": "23d3248e-7a7a-42b9-be90-65a7d0d387f5",
            "last_updated": "2023-12-11T11:38:06.217846-05:00",
            "created_at": "2023-12-09T08:48:13.002857-05:00",
            "name": "Dallas Stars",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c1befc4-2814-4c69-aa44-56668a02f45f/?format=api"
        },
        {
            "id": "60adadb2-e496-4248-8be4-cf6a224b0687",
            "gambit_id": "ab4e6288-ef3a-4bd3-b805-7e9a828f35d6",
            "last_updated": "2023-12-11T11:38:06.213797-05:00",
            "created_at": "2023-12-09T08:48:12.998629-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c1befc4-2814-4c69-aa44-56668a02f45f/?format=api"
        }
    ]
}