GET /api/bet_types/bba1dec3-5d2e-49ad-8a46-5a54dc272f3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bba1dec3-5d2e-49ad-8a46-5a54dc272f3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/079a91e4-4f8f-4a3a-90cc-3a9fe173f35b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-18T08:46:55.193408-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": "Ottawa Senators",
                "amount": 6458.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "b0cd98fd-62e0-42ce-b703-327ef5d026d7",
            "gambit_id": "0f78c5d1-8212-4782-a815-fe242f14b1eb",
            "last_updated": "2023-03-20T09:36:52.895079-04:00",
            "created_at": "2023-03-18T08:46:55.195869-04:00",
            "name": "Ottawa Senators",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bba1dec3-5d2e-49ad-8a46-5a54dc272f3f/?format=api"
        },
        {
            "id": "fe5c38cb-479b-49ad-95d6-9f21387fa5be",
            "gambit_id": "d2c82b42-412e-4a8b-825d-c5a0371ea0b5",
            "last_updated": "2023-03-20T09:36:52.897443-04:00",
            "created_at": "2023-03-18T08:46:55.198394-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bba1dec3-5d2e-49ad-8a46-5a54dc272f3f/?format=api"
        }
    ]
}