GET /api/bet_types/c88743ce-77bb-4ea2-9b0f-e13b53cf3c1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c88743ce-77bb-4ea2-9b0f-e13b53cf3c1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/52cc1215-6267-4764-a1f8-12ec0926b7a6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-12T09:43:06.523995-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": "ARI (Z Gallen)",
                "amount": 5553.0
            },
            {
                "team": "SDG (R Hill)",
                "amount": 4447.0
            }
        ],
        "expected_reward_tokens": 9605.52,
        "profit_sb": 105.52,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "3f4410bc-c1f2-4930-b7ad-9b5124b979e3",
            "gambit_id": "e73bfbbd-8cc4-4898-9af3-f1da6ad5ce49",
            "last_updated": "2023-08-14T10:38:13.642535-04:00",
            "created_at": "2023-08-12T09:43:06.535174-04:00",
            "name": "ARI (Z Gallen)",
            "reward": "1.73000",
            "odds": "1.76340",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c88743ce-77bb-4ea2-9b0f-e13b53cf3c1f/?format=api"
        },
        {
            "id": "dde6f1f4-baaa-43b9-abd7-be2c28088da3",
            "gambit_id": "6382bd07-a7dc-4e09-acb0-4684c7a796ea",
            "last_updated": "2023-08-14T10:38:13.639256-04:00",
            "created_at": "2023-08-12T09:43:06.529963-04:00",
            "name": "SDG (R Hill)",
            "reward": "2.16000",
            "odds": "2.21000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c88743ce-77bb-4ea2-9b0f-e13b53cf3c1f/?format=api"
        }
    ]
}