GET /api/bet_types/6bf0d909-f0a5-47b0-88f4-04d8ba2a1765/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6bf0d909-f0a5-47b0-88f4-04d8ba2a1765",
    "match": "https://api-prod.gambitprofit.com/api/matches/f18bfeca-a516-4d0e-85ee-d309d9a2ba9c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-27T09:03:02.141911-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": "Toronto Raptors",
                "amount": 6856.0
            },
            {
                "team": "Washington Wizards",
                "amount": 3144.0
            }
        ],
        "expected_reward_tokens": 9461.28,
        "profit_sb": -38.72,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "5d3d8051-69f6-4c88-aae5-94501ba2d783",
            "gambit_id": "8379f969-2c3f-49af-9cd9-421fd8e66f50",
            "last_updated": "2023-12-28T18:38:17.283772-05:00",
            "created_at": "2023-12-27T09:03:02.146605-05:00",
            "name": "Toronto Raptors",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bf0d909-f0a5-47b0-88f4-04d8ba2a1765/?format=api"
        },
        {
            "id": "91af3fc0-e426-4d39-aa64-b5f6a64e4567",
            "gambit_id": "6266bb6c-c76b-49d5-abee-5347ebe7b9ff",
            "last_updated": "2023-12-28T18:38:17.287259-05:00",
            "created_at": "2023-12-27T09:03:02.151563-05:00",
            "name": "Washington Wizards",
            "reward": "3.01000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bf0d909-f0a5-47b0-88f4-04d8ba2a1765/?format=api"
        }
    ]
}