GET /api/bet_types/7ff8a8a0-a1b5-4d92-b3c1-fc03445f09d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ff8a8a0-a1b5-4d92-b3c1-fc03445f09d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a4b2308-854b-47f8-b480-a23c77efd88c/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "New York Islanders",
                "amount": 6786.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3214.0
            }
        ],
        "expected_reward_tokens": 9159.9,
        "profit_sb": 159.9,
        "profit_sb_percentage": 1.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "c6019825-81fc-4e3b-8dcb-bb6e1383fd66",
            "gambit_id": "3c87fc59-3fec-41f2-b9fd-c0dce42835de",
            "last_updated": "2022-11-04T09:17:43.969106-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "1.35000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ff8a8a0-a1b5-4d92-b3c1-fc03445f09d7/?format=api"
        },
        {
            "id": "7262426c-f888-4c8a-b7f7-219257dc8a0c",
            "gambit_id": "a1e0698b-bf5e-4020-9d72-647b2890393e",
            "last_updated": "2022-11-04T09:17:43.968161-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "2.85000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ff8a8a0-a1b5-4d92-b3c1-fc03445f09d7/?format=api"
        }
    ]
}