GET /api/bet_types/de456389-5cd9-46b4-8ef5-63875dd36a92/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de456389-5cd9-46b4-8ef5-63875dd36a92",
    "match": "https://api-prod.gambitprofit.com/api/matches/c8f906e0-ddef-4be5-85c9-618d23521e4a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-30T10:47:18.244830-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": "ATL (B Elder)",
                "amount": 6833.0
            },
            {
                "team": "OAK (J Sears)",
                "amount": 3167.0
            }
        ],
        "expected_reward_tokens": 9564.34,
        "profit_sb": 64.34,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "3af53d60-0e83-487f-8d8e-bb09e60382c9",
            "gambit_id": "00a2652f-4af5-4f83-8de6-60e04ea5db23",
            "last_updated": "2023-05-31T11:47:21.215155-04:00",
            "created_at": "2023-05-30T10:47:18.248317-04:00",
            "name": "ATL (B Elder)",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de456389-5cd9-46b4-8ef5-63875dd36a92/?format=api"
        },
        {
            "id": "f93d1e47-f517-4c27-becd-c3eb9e6d080d",
            "gambit_id": "0fe971e5-7e0b-41ad-b36d-9ef2e639228b",
            "last_updated": "2023-05-31T11:47:21.217681-04:00",
            "created_at": "2023-05-30T10:47:18.250429-04:00",
            "name": "OAK (J Sears)",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de456389-5cd9-46b4-8ef5-63875dd36a92/?format=api"
        }
    ]
}