GET /api/bet_types/6ee1ee1a-2c84-41ca-9184-a6e66c254057/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ee1ee1a-2c84-41ca-9184-a6e66c254057",
    "match": "https://api-prod.gambitprofit.com/api/matches/c369be2e-f3ea-4599-9b07-ed892387f6be/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-14T11:13:13.570761-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": "MIN (B Ober)",
                "amount": 5909.0
            },
            {
                "team": "MIL (C Rea)",
                "amount": 4091.0
            }
        ],
        "expected_reward_tokens": 9572.58,
        "profit_sb": 72.58,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "0058de7c-4f24-4b99-9f45-0c061ae61919",
            "gambit_id": "149e735a-85b2-4b08-a521-11e7d023ec02",
            "last_updated": "2023-06-15T23:28:29.720324-04:00",
            "created_at": "2023-06-14T11:13:13.576056-04:00",
            "name": "MIN (B Ober)",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ee1ee1a-2c84-41ca-9184-a6e66c254057/?format=api"
        },
        {
            "id": "5073f314-86ec-41a8-ac39-0a2727a7099d",
            "gambit_id": "0357e7e1-ecbd-4d33-9151-01c21569cfec",
            "last_updated": "2023-06-15T23:28:29.718928-04:00",
            "created_at": "2023-06-14T11:13:13.573385-04:00",
            "name": "MIL (C Rea)",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ee1ee1a-2c84-41ca-9184-a6e66c254057/?format=api"
        }
    ]
}