GET /api/bet_types/b6462ed0-a82c-48ea-ad61-e1dbaa3033cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6462ed0-a82c-48ea-ad61-e1dbaa3033cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bc004b4-1af1-4c4f-b388-f52b46849c56/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-12T09:48:15.216701-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": 7480.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 2520.0
            }
        ],
        "expected_reward_tokens": 9499.6,
        "profit_sb": -0.4,
        "profit_sb_percentage": -0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "4df41c87-2fb9-4d8b-9ed9-69eebad6655f",
            "gambit_id": "66f35e32-9ec6-4517-91d8-a7df33964d6b",
            "last_updated": "2024-01-15T10:03:22.261115-05:00",
            "created_at": "2024-01-12T09:48:15.222381-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.27000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6462ed0-a82c-48ea-ad61-e1dbaa3033cf/?format=api"
        },
        {
            "id": "5b133c3e-5fb3-483e-9813-e10d3d6b4c62",
            "gambit_id": "d4b09caf-7598-404f-a8a5-4d65730ac4fc",
            "last_updated": "2024-01-15T10:03:22.268064-05:00",
            "created_at": "2024-01-12T09:48:15.227935-05:00",
            "name": "Memphis Grizzlies",
            "reward": "3.77000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6462ed0-a82c-48ea-ad61-e1dbaa3033cf/?format=api"
        }
    ]
}