GET /api/bet_types/67799a1f-aa9a-4f57-b753-faa035f747fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67799a1f-aa9a-4f57-b753-faa035f747fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e6bcad2-4e03-4065-9adc-086ab2f159f9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-18T09:53:19.074429-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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "86adfa19-1ccb-4c58-987c-73e0ffcf331f",
            "gambit_id": "2e075bea-e79a-4d1b-b68f-1ac7406ad90c",
            "last_updated": "2023-12-19T20:48:14.383383-05:00",
            "created_at": "2023-12-18T09:53:19.087940-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67799a1f-aa9a-4f57-b753-faa035f747fc/?format=api"
        },
        {
            "id": "858e57c2-d6e6-47b6-9585-b64d8bf42048",
            "gambit_id": "c4fe12cd-11e6-44dc-a401-9594e66e0230",
            "last_updated": "2023-12-19T20:48:14.380287-05:00",
            "created_at": "2023-12-18T09:53:19.078752-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67799a1f-aa9a-4f57-b753-faa035f747fc/?format=api"
        }
    ]
}