GET /api/bet_types/35fbb3ad-a6c0-423f-b298-ad7844b875fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "35fbb3ad-a6c0-423f-b298-ad7844b875fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/42e8e42b-7e65-44d1-9068-75c36054c33d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-08T10:38:07.423923-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": "SDG",
                "amount": 6324.0
            },
            {
                "team": "SEA",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "fff8833d-9fa9-44e6-8d48-dcd9f2cc1499",
            "gambit_id": "922bac09-d34d-47f1-b4b0-105a280730d0",
            "last_updated": "2023-08-09T10:53:23.210001-04:00",
            "created_at": "2023-08-08T10:38:07.428628-04:00",
            "name": "SDG",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35fbb3ad-a6c0-423f-b298-ad7844b875fc/?format=api"
        },
        {
            "id": "1c9aa410-3273-489b-9858-8b85da4c98c5",
            "gambit_id": "3298abd1-4b1f-4616-b8d5-ca82e5fcdc2a",
            "last_updated": "2023-08-09T10:53:23.213140-04:00",
            "created_at": "2023-08-08T10:38:07.432978-04:00",
            "name": "SEA",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35fbb3ad-a6c0-423f-b298-ad7844b875fc/?format=api"
        }
    ]
}