GET /api/bet_types/19a559b5-6dc7-4400-8634-c657743216fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19a559b5-6dc7-4400-8634-c657743216fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/d9cf138d-1567-477d-ae3d-91addf901786/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-21T08:33:14.881919-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": "CHC (K Hendricks)",
                "amount": 5234.0
            },
            {
                "team": "PIT (R Hill)",
                "amount": 4766.0
            }
        ],
        "expected_reward_tokens": 9578.22,
        "profit_sb": 78.22,
        "profit_sb_percentage": 0.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "f39cf856-4d59-4db7-9eb8-2f190337d054",
            "gambit_id": "fed3da3a-4e98-4791-b147-ce01139ba6fc",
            "last_updated": "2023-06-22T10:58:35.281984-04:00",
            "created_at": "2023-06-21T08:33:14.883807-04:00",
            "name": "CHC (K Hendricks)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19a559b5-6dc7-4400-8634-c657743216fb/?format=api"
        },
        {
            "id": "4943ec7b-37e0-41dc-8843-f4307aabaa53",
            "gambit_id": "24091516-299d-4270-922e-57b774735e64",
            "last_updated": "2023-06-22T10:58:35.284421-04:00",
            "created_at": "2023-06-21T08:33:14.885534-04:00",
            "name": "PIT (R Hill)",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19a559b5-6dc7-4400-8634-c657743216fb/?format=api"
        }
    ]
}