GET /api/bet_types/ae54965d-94c3-4444-9ca1-96c97126962e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae54965d-94c3-4444-9ca1-96c97126962e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac605326-0aee-4b02-bcef-7c6ee5df49db/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-08T09:02:57.267417-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": "Minnesota Wild",
                "amount": 6449.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "d09c79cc-a193-4f7d-8bb7-7cf2d1542d14",
            "gambit_id": "fcf00e83-f6bb-4bbb-bb10-874eedd47e45",
            "last_updated": "2024-01-10T10:08:16.614103-05:00",
            "created_at": "2024-01-08T09:02:57.275066-05:00",
            "name": "Minnesota Wild",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae54965d-94c3-4444-9ca1-96c97126962e/?format=api"
        },
        {
            "id": "530124c2-9b89-4bee-a2a0-07449206d3bc",
            "gambit_id": "d0fde53b-0b8e-437b-8c76-94923060c9c3",
            "last_updated": "2024-01-10T10:08:16.610245-05:00",
            "created_at": "2024-01-08T09:02:57.271096-05:00",
            "name": "Dallas Stars",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae54965d-94c3-4444-9ca1-96c97126962e/?format=api"
        }
    ]
}