GET /api/bet_types/064aae23-2c52-4e2a-a8a7-5ae89926e1e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "064aae23-2c52-4e2a-a8a7-5ae89926e1e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/7549cd22-754d-4567-8701-d6ec911e2b92/?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": "TAM (D Rasmussen)",
                "amount": 6152.0
            },
            {
                "team": "DET (M Manning)",
                "amount": 3848.0
            }
        ],
        "expected_reward_tokens": 9350.64,
        "profit_sb": 350.64,
        "profit_sb_percentage": 3.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "a305467e-1568-4c2e-b101-6e1513d80d48",
            "gambit_id": "eefaf472-a861-4f4b-a566-32165376a962",
            "last_updated": "2022-08-08T11:47:15.303725-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (D Rasmussen)",
            "reward": "1.52000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/064aae23-2c52-4e2a-a8a7-5ae89926e1e4/?format=api"
        },
        {
            "id": "e55fecbd-3024-415c-85ee-7ef6f4a8616c",
            "gambit_id": "6658a476-1e01-4427-9861-c6f07847d1aa",
            "last_updated": "2022-08-08T11:47:15.303272-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET (M Manning)",
            "reward": "2.43000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/064aae23-2c52-4e2a-a8a7-5ae89926e1e4/?format=api"
        }
    ]
}