GET /api/bet_types/ae668c44-559c-4853-9396-6cd8dd611dbc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae668c44-559c-4853-9396-6cd8dd611dbc",
    "match": "https://api-prod.gambitprofit.com/api/matches/c93c717f-421b-4cc4-b59f-72364b36dc7d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-01T01:03:11.368561-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 (D Hudson)",
                "amount": 5079.0
            },
            {
                "team": "PIT (M Keller)",
                "amount": 4921.0
            }
        ],
        "expected_reward_tokens": 9546.74,
        "profit_sb": 46.74,
        "profit_sb_percentage": 0.49,
        "recommended": true
    },
    "lines": [
        {
            "id": "c52da9e5-cdd8-4617-b752-dbc955cbd25b",
            "gambit_id": "c5871834-c368-4174-8b31-74bf857137a3",
            "last_updated": "2023-09-02T12:08:24.740792-04:00",
            "created_at": "2023-09-01T01:03:11.377379-04:00",
            "name": "STL (D Hudson)",
            "reward": "1.88000",
            "odds": "1.92590",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae668c44-559c-4853-9396-6cd8dd611dbc/?format=api"
        },
        {
            "id": "fbbd2f12-8bd3-4733-85d1-2167bc9ac97b",
            "gambit_id": "e2491d72-a811-4cfc-8cc0-e7fd8c22188a",
            "last_updated": "2023-09-02T12:08:24.737014-04:00",
            "created_at": "2023-09-01T01:03:11.373156-04:00",
            "name": "PIT (M Keller)",
            "reward": "1.94000",
            "odds": "1.98040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae668c44-559c-4853-9396-6cd8dd611dbc/?format=api"
        }
    ]
}