GET /api/bet_types/24fee941-44eb-464a-b78d-f759d8289260/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24fee941-44eb-464a-b78d-f759d8289260",
    "match": "https://api-prod.gambitprofit.com/api/matches/e2f5aa0d-9dd0-4eb2-ade8-d8a403367c35/?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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "918016ae-2f10-44ce-b1ca-2a9d5f54b8fd",
            "gambit_id": "7a74fd38-fe50-46d0-96a0-42ea417cee95",
            "last_updated": "2022-10-29T18:57:21.149680-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24fee941-44eb-464a-b78d-f759d8289260/?format=api"
        },
        {
            "id": "652192d5-b9ad-44ab-9d3e-2bf1a0587e80",
            "gambit_id": "3ba0b22b-3994-45fb-9eda-3f35796b45a3",
            "last_updated": "2022-10-29T18:57:21.148446-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24fee941-44eb-464a-b78d-f759d8289260/?format=api"
        }
    ]
}