GET /api/bet_types/d1997dfb-d979-41af-b1e6-5dc1f2cf1074/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1997dfb-d979-41af-b1e6-5dc1f2cf1074",
    "match": "https://api-prod.gambitprofit.com/api/matches/019b8985-d373-473b-8b42-352d91e5b1cd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-29T08:33:13.216936-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": 5512.0
            },
            {
                "team": "SDG",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "eb56419c-668e-4c2c-98d2-f634dff4757a",
            "gambit_id": "afbeafef-c013-407c-9976-d4e6bbbb0be6",
            "last_updated": "2023-08-30T13:32:56.089344-04:00",
            "created_at": "2023-08-29T08:33:13.225520-04:00",
            "name": "STL",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1997dfb-d979-41af-b1e6-5dc1f2cf1074/?format=api"
        },
        {
            "id": "b444a639-20a7-4727-a2d4-4a6f79c63979",
            "gambit_id": "591665aa-29d9-49cb-bbab-990284923566",
            "last_updated": "2023-08-30T13:32:56.085725-04:00",
            "created_at": "2023-08-29T08:33:13.221385-04:00",
            "name": "SDG",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1997dfb-d979-41af-b1e6-5dc1f2cf1074/?format=api"
        }
    ]
}