GET /api/bet_types/19d205e6-cec2-484b-a295-aa58d7458b49/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19d205e6-cec2-484b-a295-aa58d7458b49",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8ef05b1-fa92-4200-8935-46e7b98f6a98/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-12T09:32:11.132919-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": "Boston Celtics",
                "amount": 5945.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 4055.0
            }
        ],
        "expected_reward_tokens": 9569.8,
        "profit_sb": 69.8,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "4d73adf5-dfdd-4c87-bee2-5571db9231b8",
            "gambit_id": "f185d4ab-9e7d-4c33-a4e7-c4c52f2a4dbb",
            "last_updated": "2023-02-13T09:57:12.198260-05:00",
            "created_at": "2023-02-12T09:32:11.134136-05:00",
            "name": "Boston Celtics",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19d205e6-cec2-484b-a295-aa58d7458b49/?format=api"
        },
        {
            "id": "a306b29d-cc52-44f2-be6d-f2f6d3775d21",
            "gambit_id": "d7fdcf46-8e69-465d-b4b9-ffbbfbef2c02",
            "last_updated": "2023-02-13T09:57:12.199550-05:00",
            "created_at": "2023-02-12T09:32:11.135380-05:00",
            "name": "Memphis Grizzlies",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19d205e6-cec2-484b-a295-aa58d7458b49/?format=api"
        }
    ]
}