GET /api/bet_types/2a3e02ed-9bf4-4a19-88e5-a6f4a351f494/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a3e02ed-9bf4-4a19-88e5-a6f4a351f494",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac1ed9b5-e755-4a4c-81ea-96813ec8a507/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-21T12:32:09.214430-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": "STL",
                "amount": 6308.0
            },
            {
                "team": "SEA",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "d24d06c1-3a08-4d38-8f6f-91dea020c689",
            "gambit_id": "60fff976-745e-4257-95b3-043978f6cab0",
            "last_updated": "2023-04-22T13:07:11.715870-04:00",
            "created_at": "2023-04-21T12:32:09.218298-04:00",
            "name": "STL",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a3e02ed-9bf4-4a19-88e5-a6f4a351f494/?format=api"
        },
        {
            "id": "727de854-1667-4089-8043-ccb33134df5e",
            "gambit_id": "986950b7-7ec4-4dce-a644-ae28c325fb84",
            "last_updated": "2023-04-22T13:07:11.714427-04:00",
            "created_at": "2023-04-21T12:32:09.216309-04:00",
            "name": "SEA",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a3e02ed-9bf4-4a19-88e5-a6f4a351f494/?format=api"
        }
    ]
}