GET /api/bet_types/103336ba-1d9a-4283-9879-221534ed3108/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "103336ba-1d9a-4283-9879-221534ed3108",
    "match": "https://api-prod.gambitprofit.com/api/matches/e15114c8-d9fb-4e91-84f4-482f5ca67a55/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-30T17:46:52.846473-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": "St Louis Blues",
                "amount": 5521.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "74c0d63c-88f1-409a-9ac7-88668a6acebd",
            "gambit_id": "dc135f65-6d68-4c24-a25d-6c9451a156bc",
            "last_updated": "2023-01-31T09:17:14.498459-05:00",
            "created_at": "2023-01-30T17:46:52.852279-05:00",
            "name": "St Louis Blues",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/103336ba-1d9a-4283-9879-221534ed3108/?format=api"
        },
        {
            "id": "1d825986-dc20-462d-8f52-66b86c5864bf",
            "gambit_id": "aabc4c2e-4c24-4125-b7b8-e85b96285a36",
            "last_updated": "2023-01-31T09:17:14.497296-05:00",
            "created_at": "2023-01-30T17:46:52.849296-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/103336ba-1d9a-4283-9879-221534ed3108/?format=api"
        }
    ]
}