GET /api/bet_types/2ac3e7e0-83da-4aa9-bb0b-e1a1e19a62f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ac3e7e0-83da-4aa9-bb0b-e1a1e19a62f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d41a20a-e3a6-407a-8f2c-0f862b73258a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-25T14:17:10.559660-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": "Dallas Stars",
                "amount": 7037.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 2963.0
            }
        ],
        "expected_reward_tokens": 9570.32,
        "profit_sb": 70.32,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "1c11441d-186f-48a0-8939-5954da0e92cf",
            "gambit_id": "266d756a-74c9-4fdf-85bf-53ab996c2576",
            "last_updated": "2023-01-26T10:57:03.388853-05:00",
            "created_at": "2023-01-25T14:17:10.560989-05:00",
            "name": "Dallas Stars",
            "reward": "1.36000",
            "odds": "1.37040",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ac3e7e0-83da-4aa9-bb0b-e1a1e19a62f5/?format=api"
        },
        {
            "id": "c5de3133-8397-46b7-a998-2455099facc8",
            "gambit_id": "b3ecee57-c9c0-40b6-a970-67578a19de6c",
            "last_updated": "2023-01-26T10:57:03.389925-05:00",
            "created_at": "2023-01-25T14:17:10.562288-05:00",
            "name": "Carolina Hurricanes",
            "reward": "3.23000",
            "odds": "3.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ac3e7e0-83da-4aa9-bb0b-e1a1e19a62f5/?format=api"
        }
    ]
}