GET /api/bet_types/e2ffe255-6749-46ce-a692-3b53043afa78/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2ffe255-6749-46ce-a692-3b53043afa78",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e1697ed-c382-4fa6-a57f-cacc05ea57b6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-30T10:28:08.659868-05: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": "Tampa Bay Buccaneers",
                "amount": 5000.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "03f38fef-0862-4ca0-bfa5-ff73a77f72f2",
            "gambit_id": "d52f442c-a70b-4fa2-8471-e8c547671a30",
            "last_updated": "2023-12-04T20:53:08.908098-05:00",
            "created_at": "2023-11-30T10:28:08.670048-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2ffe255-6749-46ce-a692-3b53043afa78/?format=api"
        },
        {
            "id": "3b7df0ea-574e-43a0-9d12-1f0f9720f99a",
            "gambit_id": "a69164bb-6b10-4f48-87c8-1fb2219fac4e",
            "last_updated": "2023-12-04T20:53:08.904705-05:00",
            "created_at": "2023-11-30T10:28:08.665204-05:00",
            "name": "Carolina Panthers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2ffe255-6749-46ce-a692-3b53043afa78/?format=api"
        }
    ]
}