GET /api/bet_types/e4b71c44-425d-42c7-b518-e8d2a75db12e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4b71c44-425d-42c7-b518-e8d2a75db12e",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e51b3a0-c2e8-42bb-b156-54785b3181ff/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-29T10:07:02.619081-04: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": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd5bb0d0-5637-4aa0-bc61-3e8dd1418470",
            "gambit_id": "5e168842-8270-43fc-b0ba-2eec79bb9c95",
            "last_updated": "2023-03-30T10:37:04.524603-04:00",
            "created_at": "2023-03-29T10:07:02.620913-04:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4b71c44-425d-42c7-b518-e8d2a75db12e/?format=api"
        },
        {
            "id": "0233ff8b-1206-4920-81c8-8043e9c691a6",
            "gambit_id": "3e3709ad-0d90-46a0-97d5-ad77e572f43b",
            "last_updated": "2023-03-30T10:37:04.526763-04:00",
            "created_at": "2023-03-29T10:07:02.622842-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4b71c44-425d-42c7-b518-e8d2a75db12e/?format=api"
        }
    ]
}