GET /api/bet_types/2c0ba78a-10ae-477e-96b9-340cf5adf8ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c0ba78a-10ae-477e-96b9-340cf5adf8ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/75d46b49-c3cb-4b37-8bc6-0daeaefdea24/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-08T08:43:17.237243-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": "LOS",
                "amount": 5784.0
            },
            {
                "team": "CIN",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "6bf2a620-25b8-4da3-b845-96d0106305d3",
            "gambit_id": "32d01e49-ca02-4793-8ce9-42546c04fb91",
            "last_updated": "2023-06-10T13:48:17.682770-04:00",
            "created_at": "2023-06-08T08:43:17.238792-04:00",
            "name": "LOS",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c0ba78a-10ae-477e-96b9-340cf5adf8ec/?format=api"
        },
        {
            "id": "a9f853ca-a766-44cb-be42-2cab05af3614",
            "gambit_id": "3bcb7490-a499-4c71-8da6-40df25096ef2",
            "last_updated": "2023-06-10T13:48:17.685548-04:00",
            "created_at": "2023-06-08T08:43:17.240509-04:00",
            "name": "CIN",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c0ba78a-10ae-477e-96b9-340cf5adf8ec/?format=api"
        }
    ]
}