GET /api/bet_types/de358239-3039-4502-84c5-17e5768770f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de358239-3039-4502-84c5-17e5768770f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/465f811c-ed6f-4cad-96d8-1d195afe0504/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-01T09:18:08.927002-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": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "974b6a9c-355e-4197-af6e-dec0fa34b8a3",
            "gambit_id": "5747779d-1e65-4aa4-b20a-50d5c63c77c5",
            "last_updated": "2024-02-02T14:43:23.800264-05:00",
            "created_at": "2024-02-01T09:18:08.932404-05:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de358239-3039-4502-84c5-17e5768770f4/?format=api"
        },
        {
            "id": "2cb65a76-8526-496d-8161-824c80ec1b2b",
            "gambit_id": "69eb3f17-0965-4dd3-9d7e-65c3149679aa",
            "last_updated": "2024-02-02T14:43:23.804105-05:00",
            "created_at": "2024-02-01T09:18:08.937632-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de358239-3039-4502-84c5-17e5768770f4/?format=api"
        }
    ]
}