GET /api/bet_types/466c3bcd-b236-4169-ae9a-74dd3f0e5367/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "466c3bcd-b236-4169-ae9a-74dd3f0e5367",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea2976b8-f866-4c33-9557-5cefca3a00c7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-29T10:38:02.555154-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 Clippers",
                "amount": 5317.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea3fc49c-bfff-42dd-afd2-461fdccf7212",
            "gambit_id": "c934053b-f379-47fb-ab39-9efe4bac0a01",
            "last_updated": "2023-11-30T11:18:14.063926-05:00",
            "created_at": "2023-11-29T10:38:02.558590-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/466c3bcd-b236-4169-ae9a-74dd3f0e5367/?format=api"
        },
        {
            "id": "04d8a893-f0c0-44a8-9b5d-ac13af210ab2",
            "gambit_id": "f1bc4e91-1c20-448a-8226-b8d4572e741f",
            "last_updated": "2023-11-30T11:18:14.067998-05:00",
            "created_at": "2023-11-29T10:38:02.563169-05:00",
            "name": "Sacramento Kings",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/466c3bcd-b236-4169-ae9a-74dd3f0e5367/?format=api"
        }
    ]
}