GET /api/bet_types/c8d125de-863b-46f8-9383-9ad5ba2432fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8d125de-863b-46f8-9383-9ad5ba2432fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/748740a5-8bcd-44c5-b131-cc21f7ffd82f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-17T13:03:04.967134-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": "Buffalo Bills",
                "amount": 5000.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "57e71de0-28b0-45bb-af14-486df9e0f4d5",
            "gambit_id": "d89532e9-46aa-4970-9df1-86044ea77db4",
            "last_updated": "2023-08-21T19:58:16.479831-04:00",
            "created_at": "2023-08-17T13:03:04.970924-04:00",
            "name": "Buffalo Bills",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8d125de-863b-46f8-9383-9ad5ba2432fe/?format=api"
        },
        {
            "id": "da5f41f9-7f6e-4109-bd37-6572dee641c5",
            "gambit_id": "8c5b4ab2-d1c5-4a75-b96c-b6a0e8bb0dc4",
            "last_updated": "2023-08-21T19:58:16.484036-04:00",
            "created_at": "2023-08-17T13:03:04.975903-04:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8d125de-863b-46f8-9383-9ad5ba2432fe/?format=api"
        }
    ]
}