GET /api/bet_types/257e5dc4-2dcf-40b8-89a9-15cc34e4501b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "257e5dc4-2dcf-40b8-89a9-15cc34e4501b",
    "match": "https://api-prod.gambitprofit.com/api/matches/12fb57fd-6955-4ce9-9894-17a130ca6ba3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-11T09:07:57.554698-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": "ARI",
                "amount": 5515.0
            },
            {
                "team": "LOS",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "be7befc1-d4c4-4d41-a6af-c8233817639d",
            "gambit_id": "800d3bc4-1856-4cd6-8561-d353754a963a",
            "last_updated": "2023-10-12T11:13:01.097433-04:00",
            "created_at": "2023-10-11T09:07:57.566463-04:00",
            "name": "ARI",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/257e5dc4-2dcf-40b8-89a9-15cc34e4501b/?format=api"
        },
        {
            "id": "fc16f3d9-8214-44b7-b90a-78f3ad1c5e6d",
            "gambit_id": "bb3e8cd1-b43c-4605-a48d-d6faf3703b23",
            "last_updated": "2023-10-12T11:13:01.093991-04:00",
            "created_at": "2023-10-11T09:07:57.559944-04:00",
            "name": "LOS",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/257e5dc4-2dcf-40b8-89a9-15cc34e4501b/?format=api"
        }
    ]
}