GET /api/bet_types/7a572e9c-5bd5-4c10-8c27-945c3e6734cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a572e9c-5bd5-4c10-8c27-945c3e6734cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/0dc56b5d-557f-4095-91d4-9db156d9af4c/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-10T09:38:08.932980-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a95a0660-9c5a-404d-9d7a-7b166e1ae706",
            "gambit_id": "9dacb6d9-605c-4897-b6c6-11113739b3ff",
            "last_updated": "2024-01-11T11:23:09.267488-05:00",
            "created_at": "2024-01-10T09:38:08.937208-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a572e9c-5bd5-4c10-8c27-945c3e6734cb/?format=api"
        },
        {
            "id": "fe37d189-4471-4ce2-aa11-eb0cf98f0609",
            "gambit_id": "eab8ea04-3724-4bf1-981b-3b7b40ef77ca",
            "last_updated": "2024-01-11T11:23:09.270705-05:00",
            "created_at": "2024-01-10T09:38:08.941464-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a572e9c-5bd5-4c10-8c27-945c3e6734cb/?format=api"
        }
    ]
}