GET /api/bet_types/d4271c6a-d699-44c9-b46d-70f3df3510df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4271c6a-d699-44c9-b46d-70f3df3510df",
    "match": "https://api-prod.gambitprofit.com/api/matches/331f2164-d5bb-4b12-a7b6-b276f4df15ea/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-22T08:23:11.612527-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 (J Verlander)",
                "amount": 5440.0
            },
            {
                "team": "BOS (T Houck)",
                "amount": 4560.0
            }
        ],
        "expected_reward_tokens": 9574.4,
        "profit_sb": 74.4,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "9eb7c023-406c-49a4-9e73-8a8390ec2263",
            "gambit_id": "2315468c-b037-4d51-9444-e08397d0c5cf",
            "last_updated": "2023-08-23T09:58:11.680551-04:00",
            "created_at": "2023-08-22T08:23:11.620832-04:00",
            "name": "HOU (J Verlander)",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4271c6a-d699-44c9-b46d-70f3df3510df/?format=api"
        },
        {
            "id": "fca1ba42-fc6e-44a0-8085-d4285bcc5ad6",
            "gambit_id": "14582b7a-05ee-4d3f-b80e-61ec30a9362a",
            "last_updated": "2023-08-23T09:58:11.677096-04:00",
            "created_at": "2023-08-22T08:23:11.616562-04:00",
            "name": "BOS (T Houck)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4271c6a-d699-44c9-b46d-70f3df3510df/?format=api"
        }
    ]
}