GET /api/bet_types/9523f84d-3658-41b0-9270-7a7e4ec3b828/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9523f84d-3658-41b0-9270-7a7e4ec3b828",
    "match": "https://api-prod.gambitprofit.com/api/matches/00b423c0-914b-4743-bc4a-e8d1f4a35847/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-08T09:38:20.429275-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "93516612-9015-4841-88be-0bd40d6e9f12",
            "gambit_id": "71b84387-59d5-4c01-9223-3c64e585f800",
            "last_updated": "2023-12-09T11:43:26.738002-05:00",
            "created_at": "2023-12-08T09:38:20.433261-05:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9523f84d-3658-41b0-9270-7a7e4ec3b828/?format=api"
        },
        {
            "id": "c6da0538-4573-4d60-b004-efb0e51b959e",
            "gambit_id": "ba1b4b82-7023-448e-89ee-b6d398335648",
            "last_updated": "2023-12-09T11:43:26.741643-05:00",
            "created_at": "2023-12-08T09:38:20.439995-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9523f84d-3658-41b0-9270-7a7e4ec3b828/?format=api"
        }
    ]
}