GET /api/bet_types/e618b7b6-06a9-4749-8379-5b9956d0981a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e618b7b6-06a9-4749-8379-5b9956d0981a",
    "match": "https://api-prod.gambitprofit.com/api/matches/f78f90ba-2ead-460d-9d76-cbfe555ebe19/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-09T09:27:13.047658-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": "TOR",
                "amount": 6163.0
            },
            {
                "team": "LAA",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "d63a5ab8-b69f-4111-9db4-0303499d46d7",
            "gambit_id": "805f5d5e-be2a-4587-a25d-a06919a9e401",
            "last_updated": "2023-04-10T14:27:26.263890-04:00",
            "created_at": "2023-04-09T09:27:13.052355-04:00",
            "name": "TOR",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e618b7b6-06a9-4749-8379-5b9956d0981a/?format=api"
        },
        {
            "id": "101e9dfc-d390-43f0-983d-fe0d3d0fd199",
            "gambit_id": "7982e52c-2fa8-41e1-a2e9-875ff6145bf9",
            "last_updated": "2023-04-10T14:27:26.261279-04:00",
            "created_at": "2023-04-09T09:27:13.050321-04:00",
            "name": "LAA",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e618b7b6-06a9-4749-8379-5b9956d0981a/?format=api"
        }
    ]
}