GET /api/bet_types/dc401328-78d4-4b31-b859-1725c5227dfb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc401328-78d4-4b31-b859-1725c5227dfb",
    "match": "https://api-prod.gambitprofit.com/api/matches/74b9f4dc-c05f-4e5a-bf87-664f857db1af/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-13T08:52:18.288457-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": "Atlanta Hawks",
                "amount": 6475.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 3525.0
            }
        ],
        "expected_reward_tokens": 9517.5,
        "profit_sb": 17.5,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "877816dc-d456-46f5-aada-e561451ae311",
            "gambit_id": "e0cb23d5-be1d-4bd7-a696-0fb29d8f611d",
            "last_updated": "2023-02-14T09:46:57.961789-05:00",
            "created_at": "2023-02-13T08:52:18.291151-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc401328-78d4-4b31-b859-1725c5227dfb/?format=api"
        },
        {
            "id": "3463048c-2004-4243-866f-bf25f512e608",
            "gambit_id": "ac0fb368-1934-43a1-8b20-da12c280ac3b",
            "last_updated": "2023-02-14T09:46:57.960517-05:00",
            "created_at": "2023-02-13T08:52:18.289766-05:00",
            "name": "Charlotte Hornets",
            "reward": "2.70000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc401328-78d4-4b31-b859-1725c5227dfb/?format=api"
        }
    ]
}