GET /api/bet_types/ae012024-9a63-478d-a963-dfa5d6150ac5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae012024-9a63-478d-a963-dfa5d6150ac5",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb27b39a-c906-4395-9158-d7da8049faa3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-04T09:32:16.627721-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "51764281-c309-4d62-b0f3-2b3acdda9a06",
            "gambit_id": "0c6db3f2-a345-406c-813f-81702f223411",
            "last_updated": "2023-04-05T17:32:12.252168-04:00",
            "created_at": "2023-04-04T09:32:16.631511-04:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "18.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae012024-9a63-478d-a963-dfa5d6150ac5/?format=api"
        },
        {
            "id": "5bdfdad5-4f99-4639-8f3f-ab798d7a6dc0",
            "gambit_id": "c5b4f6ae-20f5-4e4c-b1cf-8618429ec24a",
            "last_updated": "2023-04-05T17:32:12.250899-04:00",
            "created_at": "2023-04-04T09:32:16.629556-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-18.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae012024-9a63-478d-a963-dfa5d6150ac5/?format=api"
        }
    ]
}