GET /api/bet_types/b2db6074-84a3-45a6-b0db-11fb3482ab6e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2db6074-84a3-45a6-b0db-11fb3482ab6e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6f008f0-6793-4ae8-9f15-54473b8d1011/?format=api",
    "name": "Pick the Winner",
    "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": "Ottawa Senators",
                "amount": 5224.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 4776.0
            }
        ],
        "expected_reward_tokens": 9455.44,
        "profit_sb": -44.56,
        "profit_sb_percentage": -0.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "02d4cce7-7552-4c55-ad36-15ccdf74cc76",
            "gambit_id": "14cf5aa7-a894-414c-8313-24e8e4c32407",
            "last_updated": "2022-10-14T10:02:04.310107-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2db6074-84a3-45a6-b0db-11fb3482ab6e/?format=api"
        },
        {
            "id": "162522cb-e7ca-46a0-954b-4efdb5edf800",
            "gambit_id": "a5d197c9-025b-43f3-b0ef-182751499ec6",
            "last_updated": "2022-10-14T10:02:04.311077-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.98000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2db6074-84a3-45a6-b0db-11fb3482ab6e/?format=api"
        }
    ]
}