GET /api/bet_types/acef0fa1-5c44-42d2-a072-54329cbe1fe5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "acef0fa1-5c44-42d2-a072-54329cbe1fe5",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd1dab58-23d0-4292-aabc-e229c9abee20/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-12T08:22:02.334401-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": "Calgary Flames",
                "amount": 5968.0
            },
            {
                "team": "St Louis Blues",
                "amount": 4032.0
            }
        ],
        "expected_reward_tokens": 9071.36,
        "profit_sb": 71.36,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "02021db5-4b19-480e-a8e6-3f1c42bce3a4",
            "gambit_id": "89b2bdf7-c0e6-4901-ab0a-3dfdcf315c40",
            "last_updated": "2023-01-13T11:47:21.373283-05:00",
            "created_at": "2023-01-12T08:22:02.336729-05:00",
            "name": "Calgary Flames",
            "reward": "1.52000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acef0fa1-5c44-42d2-a072-54329cbe1fe5/?format=api"
        },
        {
            "id": "ae082a71-ec1a-4e54-8672-1debc0c2e79b",
            "gambit_id": "5b12f9f7-0d89-4f1e-ae41-6f7a0ea04b4d",
            "last_updated": "2023-01-13T11:47:21.372225-05:00",
            "created_at": "2023-01-12T08:22:02.335510-05:00",
            "name": "St Louis Blues",
            "reward": "2.25000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acef0fa1-5c44-42d2-a072-54329cbe1fe5/?format=api"
        }
    ]
}