GET /api/bet_types/18bdab89-aaeb-41fc-bb4d-7b6f902384b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "18bdab89-aaeb-41fc-bb4d-7b6f902384b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/073ff10a-9cd1-4129-9fb8-63bc3f1f4604/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-27T08:57:16.288608-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": "Detroit Red Wings",
                "amount": 6326.0
            },
            {
                "team": "New York Islanders",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "c20a472d-5096-4ff6-8fe1-209a80be1f65",
            "gambit_id": "7d71e3d5-1a54-4f5d-916e-044f90380368",
            "last_updated": "2023-01-28T15:22:22.695044-05:00",
            "created_at": "2023-01-27T08:57:16.291742-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18bdab89-aaeb-41fc-bb4d-7b6f902384b1/?format=api"
        },
        {
            "id": "2e166398-c7ea-422b-923e-91422fbb5a66",
            "gambit_id": "8147299e-5685-4c5d-9f5e-28ed516adb98",
            "last_updated": "2023-01-28T15:22:22.693843-05:00",
            "created_at": "2023-01-27T08:57:16.290142-05:00",
            "name": "New York Islanders",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18bdab89-aaeb-41fc-bb4d-7b6f902384b1/?format=api"
        }
    ]
}