GET /api/bet_types/a547a471-91ba-4e40-94a3-7674d73bc753/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a547a471-91ba-4e40-94a3-7674d73bc753",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc32e4dc-da8f-4b62-b98a-aebe4265dace/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-28T10:03:12.591714-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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d35e5aa5-1dc2-40b6-bbb0-13774e2a13c9",
            "gambit_id": "a57ce3fa-a954-43f0-bf4b-bf5af7465e2b",
            "last_updated": "2023-12-30T16:28:08.843413-05:00",
            "created_at": "2023-12-28T10:03:12.596020-05:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a547a471-91ba-4e40-94a3-7674d73bc753/?format=api"
        },
        {
            "id": "33836967-6e0e-460c-a800-2d6dbd950f9c",
            "gambit_id": "c363208b-9766-448c-95d2-3cc3974c68ae",
            "last_updated": "2023-12-30T16:28:08.861199-05:00",
            "created_at": "2023-12-28T10:03:12.601446-05:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a547a471-91ba-4e40-94a3-7674d73bc753/?format=api"
        }
    ]
}