GET /api/bet_types/d28aa944-a317-4a02-a51c-79baa6ca9843/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d28aa944-a317-4a02-a51c-79baa6ca9843",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d60aa79-ef20-4e40-a56f-22396b7bc3b5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-07T09:41:55.749563-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": "Pittsburgh Penguins",
                "amount": 7203.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 2797.0
            }
        ],
        "expected_reward_tokens": 9507.96,
        "profit_sb": 7.96,
        "profit_sb_percentage": 0.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "e97e6643-3f1c-4326-9507-f1a749b983cd",
            "gambit_id": "e1e0347c-8b3d-472f-a97d-2212209a262e",
            "last_updated": "2023-03-08T10:52:03.098613-05:00",
            "created_at": "2023-03-07T09:41:55.750813-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d28aa944-a317-4a02-a51c-79baa6ca9843/?format=api"
        },
        {
            "id": "fed051ac-a557-415a-b98c-eaae1cdc0ab6",
            "gambit_id": "1a8b4c70-4bc7-4562-bbbf-8e6f5e32c098",
            "last_updated": "2023-03-08T10:52:03.099790-05:00",
            "created_at": "2023-03-07T09:41:55.752119-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "3.40000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d28aa944-a317-4a02-a51c-79baa6ca9843/?format=api"
        }
    ]
}