GET /api/bet_types/a532198d-b3d2-49c7-9a5e-c5391a37094a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a532198d-b3d2-49c7-9a5e-c5391a37094a",
    "match": "https://api-prod.gambitprofit.com/api/matches/561ba721-61e0-4f83-b692-f51dc69b5c63/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-20T10:03:19.894442-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": "Los Angeles Kings",
                "amount": 6010.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "4c4ad990-b6f8-45af-8a8a-e18cb8358d18",
            "gambit_id": "081910eb-e8d6-449b-8482-577d4e2a93ea",
            "last_updated": "2023-12-23T14:33:11.788010-05:00",
            "created_at": "2023-12-20T10:03:19.903304-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a532198d-b3d2-49c7-9a5e-c5391a37094a/?format=api"
        },
        {
            "id": "9024905a-e492-4d83-9d1f-6ddbec2d5615",
            "gambit_id": "7231a219-461a-498e-84c2-f9585096f998",
            "last_updated": "2023-12-23T14:33:11.784672-05:00",
            "created_at": "2023-12-20T10:03:19.899510-05:00",
            "name": "Seattle Kraken",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a532198d-b3d2-49c7-9a5e-c5391a37094a/?format=api"
        }
    ]
}