GET /api/bet_types/81110cd3-3baf-4f7f-a85f-108c365cd66b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "81110cd3-3baf-4f7f-a85f-108c365cd66b",
    "match": "https://api-prod.gambitprofit.com/api/matches/ecfb2fcf-0d69-44a6-8e9c-f52c507719c5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-09T09:02:03.504567-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": "Sacramento Kings",
                "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": "f2379588-7f87-4905-b0f9-7fba5542f992",
            "gambit_id": "346d9ecb-a6ac-4f29-bca9-e88dc819618e",
            "last_updated": "2023-03-10T09:57:20.670552-05:00",
            "created_at": "2023-03-09T09:02:03.505735-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81110cd3-3baf-4f7f-a85f-108c365cd66b/?format=api"
        },
        {
            "id": "5b3a2ad8-b940-43dd-aff8-9989b7c91e55",
            "gambit_id": "7a87ab36-9c54-4669-9716-3eb23962cd06",
            "last_updated": "2023-03-10T09:57:20.671775-05:00",
            "created_at": "2023-03-09T09:02:03.507001-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81110cd3-3baf-4f7f-a85f-108c365cd66b/?format=api"
        }
    ]
}