GET /api/bet_types/77220dac-87ca-4a9d-b6f0-b5cfb62ea014/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "77220dac-87ca-4a9d-b6f0-b5cfb62ea014",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc7e0f5a-42b7-495e-88b8-89b338d14a68/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-15T08:58:24.748092-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": "ARI (J Mantiply)",
                "amount": 5888.0
            },
            {
                "team": "COL (T Blach)",
                "amount": 4112.0
            }
        ],
        "expected_reward_tokens": 9538.56,
        "profit_sb": 38.56,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "cfdddfac-e39a-4681-beee-c8b4f1b24d0a",
            "gambit_id": "7117cf73-462d-4b5f-9d0d-b21d8bf66275",
            "last_updated": "2023-08-17T13:18:08.140726-04:00",
            "created_at": "2023-08-15T08:58:24.752813-04:00",
            "name": "ARI (J Mantiply)",
            "reward": "1.62000",
            "odds": "1.65360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77220dac-87ca-4a9d-b6f0-b5cfb62ea014/?format=api"
        },
        {
            "id": "9aaf1a08-d5a1-4fa6-9dd3-a1bcbea5394f",
            "gambit_id": "0118a358-a506-4ab1-b8d3-40ae29e0885c",
            "last_updated": "2023-08-17T13:18:08.145342-04:00",
            "created_at": "2023-08-15T08:58:24.756618-04:00",
            "name": "COL (T Blach)",
            "reward": "2.32000",
            "odds": "2.38000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77220dac-87ca-4a9d-b6f0-b5cfb62ea014/?format=api"
        }
    ]
}