GET /api/bet_types/d2d869de-84d3-4bc5-9883-8d27348ab80d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d2d869de-84d3-4bc5-9883-8d27348ab80d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b97ba74a-7dc5-4ce5-92cd-2343ab5531fb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-18T10:18:22.767676-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": "Vancouver Canucks",
                "amount": 6611.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9387.53,
        "profit_sb": -112.47,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "756aea16-b2c9-409c-b950-312ca35caf6f",
            "gambit_id": "bc64128b-4645-4402-a59a-e5594c17e3ef",
            "last_updated": "2024-01-19T20:28:11.725765-05:00",
            "created_at": "2024-01-18T10:18:22.777667-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2d869de-84d3-4bc5-9883-8d27348ab80d/?format=api"
        },
        {
            "id": "1b0c821b-405a-41de-905f-77fa981c8007",
            "gambit_id": "d9eff38e-cec8-4173-a298-ac420fa7a492",
            "last_updated": "2024-01-19T20:28:11.708248-05:00",
            "created_at": "2024-01-18T10:18:22.772879-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2d869de-84d3-4bc5-9883-8d27348ab80d/?format=api"
        }
    ]
}