GET /api/bet_types/408518a4-6a18-4f80-9f3c-d680f8c16a3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "408518a4-6a18-4f80-9f3c-d680f8c16a3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/06b33bb6-2b0a-46f1-b55e-84eccde85842/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-29T08:38:25.818129-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": "CWS",
                "amount": 5939.0
            },
            {
                "team": "LAA",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "688d81b8-c648-4c26-846f-c8b6a238da32",
            "gambit_id": "c3c354d7-e2f1-42b8-945b-a7ff50f9cd2f",
            "last_updated": "2023-06-30T10:43:11.662436-04:00",
            "created_at": "2023-06-29T08:38:25.820577-04:00",
            "name": "CWS",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/408518a4-6a18-4f80-9f3c-d680f8c16a3e/?format=api"
        },
        {
            "id": "b3694eb7-7eb6-44d9-8361-a98688809c49",
            "gambit_id": "3d121b0c-578a-4982-a581-14cf324b5691",
            "last_updated": "2023-06-30T10:43:11.664077-04:00",
            "created_at": "2023-06-29T08:38:25.823146-04:00",
            "name": "LAA",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/408518a4-6a18-4f80-9f3c-d680f8c16a3e/?format=api"
        }
    ]
}