GET /api/bet_types/f192f511-c996-4e2a-b6c0-1f91303a9016/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f192f511-c996-4e2a-b6c0-1f91303a9016",
    "match": "https://api-prod.gambitprofit.com/api/matches/82b99cbf-400a-44aa-a3ac-3f75a86509fe/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-21T08:33:15.738664-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": "HOU (C Javier)",
                "amount": 5627.0
            },
            {
                "team": "NYM (T Megill)",
                "amount": 4373.0
            }
        ],
        "expected_reward_tokens": 9620.6,
        "profit_sb": 120.6,
        "profit_sb_percentage": 1.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "f47e016b-f1d6-4aac-bea2-da988c6777cc",
            "gambit_id": "4890e790-5634-48e3-9c21-5f1a66dafd50",
            "last_updated": "2023-06-22T10:28:08.583588-04:00",
            "created_at": "2023-06-21T08:33:15.742761-04:00",
            "name": "HOU (C Javier)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f192f511-c996-4e2a-b6c0-1f91303a9016/?format=api"
        },
        {
            "id": "c71dd6b8-6f52-4298-8b21-e26a3e283a6d",
            "gambit_id": "0e2ff6f1-9f9e-442a-9680-9e4c95f01888",
            "last_updated": "2023-06-22T10:28:08.581350-04:00",
            "created_at": "2023-06-21T08:33:15.740689-04:00",
            "name": "NYM (T Megill)",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f192f511-c996-4e2a-b6c0-1f91303a9016/?format=api"
        }
    ]
}