GET /api/bet_types/53cb7851-5da3-458d-a36a-d183efef898a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "53cb7851-5da3-458d-a36a-d183efef898a",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e0dc21b-7ea0-40a9-b1e9-47d6462f6c7a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-12T08:32:10.120235-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": "Detroit Red Wings",
                "amount": 6387.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3613.0
            }
        ],
        "expected_reward_tokens": 9068.63,
        "profit_sb": 68.63,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "ee1ebafd-55af-47e0-b598-7cdfbb634edd",
            "gambit_id": "8fb2f2fa-19c7-4ffc-b59e-3933607dfdd7",
            "last_updated": "2023-01-13T11:47:21.682086-05:00",
            "created_at": "2023-01-12T08:32:10.121467-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.42000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53cb7851-5da3-458d-a36a-d183efef898a/?format=api"
        },
        {
            "id": "d38f593c-db20-48d3-b3b1-9ad2a0b342b5",
            "gambit_id": "30e850ce-5d8f-473b-9790-4f86c454b10a",
            "last_updated": "2023-01-13T11:47:21.683275-05:00",
            "created_at": "2023-01-12T08:32:10.122669-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.51000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53cb7851-5da3-458d-a36a-d183efef898a/?format=api"
        }
    ]
}