GET /api/bet_types/dcb73432-e2d0-4fe2-9567-9edc45d19ca5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dcb73432-e2d0-4fe2-9567-9edc45d19ca5",
    "match": "https://api-prod.gambitprofit.com/api/matches/80953a43-8996-4e63-a856-52de6752b98b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-31T09:56:50.232097-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": "Arizona Coyotes",
                "amount": 5421.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "092c6fe9-9965-4e48-b46d-1d4dcb5161c7",
            "gambit_id": "2601d7ef-bd6a-4ba1-a419-dc8b65ca210b",
            "last_updated": "2023-04-01T10:41:47.866867-04:00",
            "created_at": "2023-03-31T09:56:50.235015-04:00",
            "name": "Arizona Coyotes",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcb73432-e2d0-4fe2-9567-9edc45d19ca5/?format=api"
        },
        {
            "id": "bcb5e0df-fb8f-4d80-b6a3-d32a62cf4495",
            "gambit_id": "70e739ec-a571-48aa-b6ce-31d8d72bc5e5",
            "last_updated": "2023-04-01T10:41:47.868778-04:00",
            "created_at": "2023-03-31T09:56:50.237571-04:00",
            "name": "Dallas Stars",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcb73432-e2d0-4fe2-9567-9edc45d19ca5/?format=api"
        }
    ]
}