GET /api/bet_types/ac8d357c-0858-41bb-a4e7-e2a6cc94623b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac8d357c-0858-41bb-a4e7-e2a6cc94623b",
    "match": "https://api-prod.gambitprofit.com/api/matches/3999cb39-b76e-4fe7-927c-d6ab345214ce/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-22T13:06:59.441666-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": 6942.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3058.0
            }
        ],
        "expected_reward_tokens": 9510.38,
        "profit_sb": 10.38,
        "profit_sb_percentage": 0.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "97709fe0-3225-4d8e-99df-9a34d49a8efb",
            "gambit_id": "a245f006-feda-41ac-9871-425da4234507",
            "last_updated": "2023-04-23T18:37:11.100071-04:00",
            "created_at": "2023-04-22T13:06:59.444265-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac8d357c-0858-41bb-a4e7-e2a6cc94623b/?format=api"
        },
        {
            "id": "1de3efc8-e8ab-4d6c-b71c-2e4023324852",
            "gambit_id": "b3d0031a-fd90-4f95-9603-bc13740216c5",
            "last_updated": "2023-04-23T18:37:11.101700-04:00",
            "created_at": "2023-04-22T13:06:59.447102-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac8d357c-0858-41bb-a4e7-e2a6cc94623b/?format=api"
        }
    ]
}