GET /api/bet_types/8d74ee2d-543d-4e08-970a-00ba3afd5d02/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d74ee2d-543d-4e08-970a-00ba3afd5d02",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f155433-2f0a-49b8-be68-7c679f80068e/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-28T09:32:07.224015-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": "New Jersey Devils",
                "amount": 6848.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3152.0
            }
        ],
        "expected_reward_tokens": 9107.84,
        "profit_sb": 107.84,
        "profit_sb_percentage": 1.2,
        "recommended": true
    },
    "lines": [
        {
            "id": "0125013b-2a1e-47de-8c6e-ebb693dc08f0",
            "gambit_id": "6a2661a4-eff5-42fa-8c48-cec3cd02915f",
            "last_updated": "2022-12-30T18:57:02.357008-05:00",
            "created_at": "2022-12-28T09:32:07.225222-05:00",
            "name": "New Jersey Devils",
            "reward": "1.33000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d74ee2d-543d-4e08-970a-00ba3afd5d02/?format=api"
        },
        {
            "id": "40c2e578-0016-4323-858a-2971cc1d88c3",
            "gambit_id": "8d2e05ba-728d-4b80-a94b-c277c8ca7727",
            "last_updated": "2022-12-30T18:57:02.358110-05:00",
            "created_at": "2022-12-28T09:32:07.226503-05:00",
            "name": "Boston Bruins",
            "reward": "2.89000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d74ee2d-543d-4e08-970a-00ba3afd5d02/?format=api"
        }
    ]
}