GET /api/bet_types/4b1eaf40-960c-411c-a05d-b74a9209452f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b1eaf40-960c-411c-a05d-b74a9209452f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6098642-5464-450a-a7bb-51d1452514e6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-23T09:07:00.835727-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": "Tampa Bay Lightning",
                "amount": 6563.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "e0a88a19-3e65-4ee3-ab9e-091e3e866020",
            "gambit_id": "000bc65d-6cad-46df-abe8-61c6661f30a2",
            "last_updated": "2023-02-24T12:41:56.598129-05:00",
            "created_at": "2023-02-23T09:07:00.836963-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b1eaf40-960c-411c-a05d-b74a9209452f/?format=api"
        },
        {
            "id": "b0a30aae-6a5a-45ac-97ca-2d1a9123eb1b",
            "gambit_id": "47f4a5c3-7f4a-41a1-8683-047fbcaffa82",
            "last_updated": "2023-02-24T12:41:56.600582-05:00",
            "created_at": "2023-02-23T09:07:00.838225-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b1eaf40-960c-411c-a05d-b74a9209452f/?format=api"
        }
    ]
}