GET /api/bet_types/5d8ff06e-e0f0-48bb-82b7-1cb21ff72849/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d8ff06e-e0f0-48bb-82b7-1cb21ff72849",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea702ea0-61cc-444d-9c7a-d94f113c4be7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-24T08:13:22.686202-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": "SDG",
                "amount": 5512.0
            },
            {
                "team": "PIT",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7392848-c94b-4167-a278-a528e36bcc28",
            "gambit_id": "7d7fa277-fe21-4a35-b010-de605ef05c44",
            "last_updated": "2023-07-25T20:27:56.422591-04:00",
            "created_at": "2023-07-24T08:13:22.700284-04:00",
            "name": "SDG",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d8ff06e-e0f0-48bb-82b7-1cb21ff72849/?format=api"
        },
        {
            "id": "a1826ce8-929a-4a70-93d8-64c5df7d3de6",
            "gambit_id": "dd215299-5e55-47bd-8ebf-68f5f6d6072f",
            "last_updated": "2023-07-25T20:27:56.418742-04:00",
            "created_at": "2023-07-24T08:13:22.696365-04:00",
            "name": "PIT",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d8ff06e-e0f0-48bb-82b7-1cb21ff72849/?format=api"
        }
    ]
}