GET /api/bet_types/2a55daec-c31f-4b73-9eb0-407f33d042fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a55daec-c31f-4b73-9eb0-407f33d042fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/21a673c2-0996-4613-a7f3-35a99d4e4e3c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-09T08:48:13.015819-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": "Vegas Golden Knights",
                "amount": 6812.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3188.0
            }
        ],
        "expected_reward_tokens": 9468.36,
        "profit_sb": -31.64,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "6cf0d34c-da64-4760-a2e1-8793baa7a619",
            "gambit_id": "dc49208d-3cff-4729-bb17-654c38414b17",
            "last_updated": "2023-12-11T11:38:06.224933-05:00",
            "created_at": "2023-12-09T08:48:13.019787-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a55daec-c31f-4b73-9eb0-407f33d042fd/?format=api"
        },
        {
            "id": "a007c94c-5a0d-45e3-9760-0ac4c55a7e82",
            "gambit_id": "fe204475-e318-44c4-a25f-c7d8743278c2",
            "last_updated": "2023-12-11T11:38:06.228398-05:00",
            "created_at": "2023-12-09T08:48:13.023751-05:00",
            "name": "Dallas Stars",
            "reward": "2.97000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a55daec-c31f-4b73-9eb0-407f33d042fd/?format=api"
        }
    ]
}