GET /api/bet_types/18616b16-3d2c-455e-b2da-579fcb7ec936/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "18616b16-3d2c-455e-b2da-579fcb7ec936",
    "match": "https://api-prod.gambitprofit.com/api/matches/a359f299-57e1-45db-aaf7-a4fd88e6dc06/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-19T11:23:24.345722-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": "Los Angeles Dodgers",
                "amount": 5213.0
            },
            {
                "team": "Detroit Tigers",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "94e1a168-0bf7-46ab-908d-59e8d247a655",
            "gambit_id": "28f1a36f-ff48-42b9-83dd-b246474cb788",
            "last_updated": "2023-09-21T09:38:16.522771-04:00",
            "created_at": "2023-09-19T11:23:24.353835-04:00",
            "name": "Los Angeles Dodgers",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18616b16-3d2c-455e-b2da-579fcb7ec936/?format=api"
        },
        {
            "id": "c136658b-60f4-4cca-abf1-04fc8585ee86",
            "gambit_id": "e65df37e-12ff-4ce7-83db-26de01266427",
            "last_updated": "2023-09-21T09:38:16.485389-04:00",
            "created_at": "2023-09-19T11:23:24.349411-04:00",
            "name": "Detroit Tigers",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18616b16-3d2c-455e-b2da-579fcb7ec936/?format=api"
        }
    ]
}