GET /api/bet_types/76e97241-583a-49a8-91fc-b666f20cc86e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76e97241-583a-49a8-91fc-b666f20cc86e",
    "match": "https://api-prod.gambitprofit.com/api/matches/85447f70-bd34-43a1-8a2f-86e06bcbf214/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-01T09:21:59.781799-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": 6611.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9453.73,
        "profit_sb": -46.27,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f9d0f12-b362-49d5-9be1-c2ba2f95bb70",
            "gambit_id": "48a341b2-e93c-4082-aa3a-56cf33d8e0a8",
            "last_updated": "2023-03-02T07:26:57.886984-05:00",
            "created_at": "2023-03-01T09:21:59.782973-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76e97241-583a-49a8-91fc-b666f20cc86e/?format=api"
        },
        {
            "id": "2e485e19-5273-4d71-8f92-83d35a18077a",
            "gambit_id": "69151355-5527-4673-9d24-38a2a233d63e",
            "last_updated": "2023-03-02T07:26:57.888130-05:00",
            "created_at": "2023-03-01T09:21:59.784250-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.79000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76e97241-583a-49a8-91fc-b666f20cc86e/?format=api"
        }
    ]
}