GET /api/bet_types/12d1b2d1-ee4a-4b63-b896-37501e1bf024/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12d1b2d1-ee4a-4b63-b896-37501e1bf024",
    "match": "https://api-prod.gambitprofit.com/api/matches/66ce7c48-0ab1-49d4-9457-2ce9c43b356f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-13T09:23:17.402763-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": "New Jersey Devils",
                "amount": 6797.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3203.0
            }
        ],
        "expected_reward_tokens": 9447.83,
        "profit_sb": -52.17,
        "profit_sb_percentage": -0.55,
        "recommended": false
    },
    "lines": [
        {
            "id": "16c583bb-08aa-49c6-a7a6-fac3de30da69",
            "gambit_id": "77aa3b56-5690-4159-9fca-ecf4b104fe3a",
            "last_updated": "2023-10-14T10:13:14.369514-04:00",
            "created_at": "2023-10-13T09:23:17.415372-04:00",
            "name": "New Jersey Devils",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12d1b2d1-ee4a-4b63-b896-37501e1bf024/?format=api"
        },
        {
            "id": "5d113d5b-4020-46a5-b868-5b689eb8451f",
            "gambit_id": "afc6e741-d2c1-472a-9981-df3e118a0cd8",
            "last_updated": "2023-10-14T10:13:14.365306-04:00",
            "created_at": "2023-10-13T09:23:17.409207-04:00",
            "name": "Arizona Coyotes",
            "reward": "2.95000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12d1b2d1-ee4a-4b63-b896-37501e1bf024/?format=api"
        }
    ]
}