GET /api/bet_types/64d79cf6-8f9f-4c46-aa83-00f5c01f8bba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "64d79cf6-8f9f-4c46-aa83-00f5c01f8bba",
    "match": "https://api-prod.gambitprofit.com/api/matches/b63163a2-7d29-44e3-a80d-cf59d770d551/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-16T17:37:16.352853-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": "Tampa Bay Lightning",
                "amount": 6458.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "752bdce9-3823-44ee-af1c-17fc88f47e66",
            "gambit_id": "3a537707-1033-4d66-93a0-875a7d3b3e65",
            "last_updated": "2023-03-18T15:02:13.517429-04:00",
            "created_at": "2023-03-16T17:37:16.358474-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64d79cf6-8f9f-4c46-aa83-00f5c01f8bba/?format=api"
        },
        {
            "id": "31b57588-863e-4086-8ff0-a7f4bf60517a",
            "gambit_id": "de4c89d2-a564-4fa4-a35f-768698a279a2",
            "last_updated": "2023-03-18T15:02:13.513526-04:00",
            "created_at": "2023-03-16T17:37:16.355795-04:00",
            "name": "New Jersey Devils",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64d79cf6-8f9f-4c46-aa83-00f5c01f8bba/?format=api"
        }
    ]
}