GET /api/bet_types/a85a8927-4674-4c94-8ca2-5bb4b7630955/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a85a8927-4674-4c94-8ca2-5bb4b7630955",
    "match": "https://api-prod.gambitprofit.com/api/matches/ed10f802-6b7c-40f5-bda9-8685d953749a/?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": "Memphis Grizzlies",
                "amount": 5753.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 4247.0
            }
        ],
        "expected_reward_tokens": 9088.58,
        "profit_sb": 88.58,
        "profit_sb_percentage": 0.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "f5a3a1ec-b428-424c-bd77-58c0e29c22ac",
            "gambit_id": "cb670c7d-cec7-4d81-b93c-729af2591477",
            "last_updated": "2022-12-17T09:42:30.964382-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a85a8927-4674-4c94-8ca2-5bb4b7630955/?format=api"
        },
        {
            "id": "716ef9eb-7538-405d-a666-1e130db175d4",
            "gambit_id": "39907c45-b42f-436a-8dff-3755da374e31",
            "last_updated": "2022-12-17T09:42:30.965541-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a85a8927-4674-4c94-8ca2-5bb4b7630955/?format=api"
        }
    ]
}