GET /api/bet_types/bbf8849b-ab25-4bed-a44f-31e9d79c099c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bbf8849b-ab25-4bed-a44f-31e9d79c099c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d73530e1-fc61-4fe2-aaf5-463024f9f4c0/?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": "Colorado Avalanche",
                "amount": 6170.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "4ebe2d6a-1976-4a40-9257-05d0b85e99e5",
            "gambit_id": "8178447c-10f1-4081-92bc-3c3a7f3560c5",
            "last_updated": "2022-12-17T09:47:21.704216-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbf8849b-ab25-4bed-a44f-31e9d79c099c/?format=api"
        },
        {
            "id": "58c6fe66-4d91-4cc2-b587-bfcb25545cf2",
            "gambit_id": "04a2e902-67db-422e-a393-2b6aa702741c",
            "last_updated": "2022-12-17T09:47:21.705234-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbf8849b-ab25-4bed-a44f-31e9d79c099c/?format=api"
        }
    ]
}