GET /api/bet_types/3b4e87f3-ecb2-49dc-88a1-4c8785805fe6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b4e87f3-ecb2-49dc-88a1-4c8785805fe6",
    "match": "https://api-prod.gambitprofit.com/api/matches/b480c402-8535-4f11-b875-f375be9b2474/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "Toronto Raptors",
                "amount": 7340.0
            },
            {
                "team": "Orlando Magic",
                "amount": 2660.0
            }
        ],
        "expected_reward_tokens": 9175.0,
        "profit_sb": 175.0,
        "profit_sb_percentage": 1.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "a1d911a0-0bc5-4e2b-acc4-89650cca8e60",
            "gambit_id": "9605345d-2833-475e-a03c-a8d1c4702fc4",
            "last_updated": "2022-12-10T18:42:01.158981-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.25000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b4e87f3-ecb2-49dc-88a1-4c8785805fe6/?format=api"
        },
        {
            "id": "187256bc-fd8b-41c9-909f-f58947de87af",
            "gambit_id": "3cade0d8-948b-4503-9651-f261d69cf00e",
            "last_updated": "2022-12-10T18:42:01.157857-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "3.45000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b4e87f3-ecb2-49dc-88a1-4c8785805fe6/?format=api"
        }
    ]
}