GET /api/bet_types/5d8b0bbe-622f-4ab2-82a4-f8d52876d9a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d8b0bbe-622f-4ab2-82a4-f8d52876d9a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/9477a825-2542-4c3b-9dcc-7644aa162fae/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-09T09:48:15.830387-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": "SEA",
                "amount": 6458.0
            },
            {
                "team": "LAA",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "b9c4a1c8-f5a0-4f5e-89b6-5b91d5b003ac",
            "gambit_id": "a7c0da02-e029-4069-8647-a78d36f8606b",
            "last_updated": "2023-06-10T16:43:04.140321-04:00",
            "created_at": "2023-06-09T09:48:15.831984-04:00",
            "name": "SEA",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d8b0bbe-622f-4ab2-82a4-f8d52876d9a4/?format=api"
        },
        {
            "id": "5cd5a823-e588-4efc-89dd-2976fe67651a",
            "gambit_id": "0989411a-68ea-4d7c-a632-5e1f304d8e73",
            "last_updated": "2023-06-10T16:43:04.142429-04:00",
            "created_at": "2023-06-09T09:48:15.833629-04:00",
            "name": "LAA",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d8b0bbe-622f-4ab2-82a4-f8d52876d9a4/?format=api"
        }
    ]
}