GET /api/bet_types/5867075f-1042-4ccd-b541-2e59334512b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5867075f-1042-4ccd-b541-2e59334512b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/b29a8194-2341-4ef3-b871-feb559717870/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-21T12:32:08.748638-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": "LAA",
                "amount": 5512.0
            },
            {
                "team": "KAN",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "ed5e9c7f-acb9-4d80-9fda-a0ba87dfe427",
            "gambit_id": "b3f84cdb-b806-40dd-9965-54d5dbf657b5",
            "last_updated": "2023-04-22T13:07:11.425384-04:00",
            "created_at": "2023-04-21T12:32:08.750162-04:00",
            "name": "LAA",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5867075f-1042-4ccd-b541-2e59334512b7/?format=api"
        },
        {
            "id": "2c953ac3-a37b-4ef7-9b19-06e8f3260165",
            "gambit_id": "375eec5d-0219-4e8b-9d70-ad3b0a6868b0",
            "last_updated": "2023-04-22T13:07:11.428091-04:00",
            "created_at": "2023-04-21T12:32:08.751614-04:00",
            "name": "KAN",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5867075f-1042-4ccd-b541-2e59334512b7/?format=api"
        }
    ]
}