GET /api/bet_types/0d4b5766-505f-433e-9466-014fd487e146/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d4b5766-505f-433e-9466-014fd487e146",
    "match": "https://api-prod.gambitprofit.com/api/matches/4db41470-ce53-4407-b9da-1465ab979c39/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-12T09:03:12.820103-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": "MIA",
                "amount": 6458.0
            },
            {
                "team": "SEA",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "78787a4e-de0c-478d-bbaa-9966581980b5",
            "gambit_id": "41442fae-3006-4f81-9210-f4a90bb5f059",
            "last_updated": "2023-06-13T10:48:26.727127-04:00",
            "created_at": "2023-06-12T09:03:12.822503-04:00",
            "name": "MIA",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d4b5766-505f-433e-9466-014fd487e146/?format=api"
        },
        {
            "id": "5f10a597-9947-4820-b120-d2bd7aa36c83",
            "gambit_id": "5207477c-9272-4919-bd6e-f73b745d5ac1",
            "last_updated": "2023-06-13T10:48:26.730012-04:00",
            "created_at": "2023-06-12T09:03:12.824759-04:00",
            "name": "SEA",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d4b5766-505f-433e-9466-014fd487e146/?format=api"
        }
    ]
}