GET /api/bet_types/43897f3e-776f-4d7d-9e50-6c2136f1591f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43897f3e-776f-4d7d-9e50-6c2136f1591f",
    "match": "https://api-prod.gambitprofit.com/api/matches/d9ee2d1d-f285-44d7-9440-8a016289ffcf/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "SEA",
                "amount": 5304.0
            },
            {
                "team": "OAK",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "f6288b88-30bb-4ec9-81ed-bf8c8c5014cc",
            "gambit_id": "a491f3ee-08d4-468e-8921-01d2967f21f2",
            "last_updated": "2022-09-22T14:57:18.307608-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43897f3e-776f-4d7d-9e50-6c2136f1591f/?format=api"
        },
        {
            "id": "04a9501b-15d4-44f0-9fbc-a9e58764adef",
            "gambit_id": "6fa45386-0333-494e-b767-b1bf864ac9e0",
            "last_updated": "2022-09-22T14:57:18.308699-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43897f3e-776f-4d7d-9e50-6c2136f1591f/?format=api"
        }
    ]
}