GET /api/bet_types/2a49b9d6-2f7a-45f4-a86c-afcc7dd3eb86/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a49b9d6-2f7a-45f4-a86c-afcc7dd3eb86",
    "match": "https://api-prod.gambitprofit.com/api/matches/90712ea4-fa73-4f36-b0ea-1cd2c1fa61ee/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-11T09:32:14.359115-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": "Colorado Avalanche",
                "amount": 6163.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "f7594922-8aee-4738-a4fc-e944629de713",
            "gambit_id": "45c4b9ca-8b48-4190-97ef-c7241a994bbd",
            "last_updated": "2023-03-13T13:22:04.990473-04:00",
            "created_at": "2023-03-11T09:32:14.360306-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a49b9d6-2f7a-45f4-a86c-afcc7dd3eb86/?format=api"
        },
        {
            "id": "8247d548-6e38-42ed-b1bb-793022258c29",
            "gambit_id": "4bbe8ee9-d475-44c3-834c-c2dd2357736e",
            "last_updated": "2023-03-13T13:22:04.992943-04:00",
            "created_at": "2023-03-11T09:32:14.361629-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a49b9d6-2f7a-45f4-a86c-afcc7dd3eb86/?format=api"
        }
    ]
}