GET /api/bet_types/8c3a41a1-486c-4e7f-b9d4-b5c152e6e885/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c3a41a1-486c-4e7f-b9d4-b5c152e6e885",
    "match": "https://api-prod.gambitprofit.com/api/matches/c7c6ae11-96e6-47fb-9834-e45284320a17/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T09:37:12.206939-04: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": "Arizona Coyotes",
                "amount": 5213.0
            },
            {
                "team": "Calgary Flames",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f253a883-e4bc-4efe-ae70-d17efe4d1076",
            "gambit_id": "f4ee29dc-f34e-4a29-8f5d-9e0fe99b6f9b",
            "last_updated": "2023-03-15T13:52:01.030154-04:00",
            "created_at": "2023-03-14T09:37:12.208246-04:00",
            "name": "Arizona Coyotes",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c3a41a1-486c-4e7f-b9d4-b5c152e6e885/?format=api"
        },
        {
            "id": "5cca4ec3-a45f-4369-ac50-a57d596deac6",
            "gambit_id": "a4f5142f-15f5-406f-977b-29d1054de215",
            "last_updated": "2023-03-15T13:52:01.031168-04:00",
            "created_at": "2023-03-14T09:37:12.209757-04:00",
            "name": "Calgary Flames",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c3a41a1-486c-4e7f-b9d4-b5c152e6e885/?format=api"
        }
    ]
}