GET /api/bet_types/73938902-b482-4f11-9a12-d20d586f616b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73938902-b482-4f11-9a12-d20d586f616b",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8f3302b-5218-4a0d-8f7a-fa67a7cc9b8b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-17T11:06:51.654821-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": "STL (M Liberatore)",
                "amount": 5260.0
            },
            {
                "team": "MIL (C Burnes)",
                "amount": 4740.0
            }
        ],
        "expected_reward_tokens": 9573.2,
        "profit_sb": 73.2,
        "profit_sb_percentage": 0.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "59af17bb-bfee-466c-b7cc-97d440ec971a",
            "gambit_id": "dacc6a34-b855-4b3c-97f5-962778e73ef9",
            "last_updated": "2023-05-18T11:47:20.363564-04:00",
            "created_at": "2023-05-17T11:06:51.658836-04:00",
            "name": "STL (M Liberatore)",
            "reward": "1.82000",
            "odds": "1.85470",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73938902-b482-4f11-9a12-d20d586f616b/?format=api"
        },
        {
            "id": "7025c387-784b-45c4-bfd0-e00452e5616f",
            "gambit_id": "eccd8aff-de24-4e1c-8edf-287ac5a8d49a",
            "last_updated": "2023-05-18T11:47:20.361868-04:00",
            "created_at": "2023-05-17T11:06:51.656886-04:00",
            "name": "MIL (C Burnes)",
            "reward": "2.02000",
            "odds": "2.07000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73938902-b482-4f11-9a12-d20d586f616b/?format=api"
        }
    ]
}