GET /api/bet_types/9227fc3a-de70-47d9-b219-cd0b15f4e208/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9227fc3a-de70-47d9-b219-cd0b15f4e208",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad30a4df-98d2-49f3-80a0-977a3998ead6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-19T12:17:08.985301-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": "MIN (J Ryan)",
                "amount": 5627.0
            },
            {
                "team": "BOS (C Kluber)",
                "amount": 4373.0
            }
        ],
        "expected_reward_tokens": 9620.6,
        "profit_sb": 120.6,
        "profit_sb_percentage": 1.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "c92404c7-0eec-4583-9d09-d2fab2fa960b",
            "gambit_id": "847f0d67-ff13-410c-b279-3332efcc2245",
            "last_updated": "2023-04-20T11:42:16.883446-04:00",
            "created_at": "2023-04-19T12:17:08.988473-04:00",
            "name": "MIN (J Ryan)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9227fc3a-de70-47d9-b219-cd0b15f4e208/?format=api"
        },
        {
            "id": "172cd13b-dae7-41e3-bcdb-fc71485deaee",
            "gambit_id": "b3edb6bc-e20c-47f3-8d7a-cbbac4e5d441",
            "last_updated": "2023-04-20T11:42:16.881336-04:00",
            "created_at": "2023-04-19T12:17:08.986845-04:00",
            "name": "BOS (C Kluber)",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9227fc3a-de70-47d9-b219-cd0b15f4e208/?format=api"
        }
    ]
}