GET /api/bet_types/830cd3eb-e959-412f-a07d-7b770dad52bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "830cd3eb-e959-412f-a07d-7b770dad52bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/cde652cf-2277-4be0-ab31-fa7218adb693/?format=api",
    "name": "Play the Odds",
    "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": "SDG",
                "amount": 5492.0
            },
            {
                "team": "LOS",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "549e3ec1-7c05-43f1-a952-2f62f251cf65",
            "gambit_id": "e545681a-7213-43b5-9507-08a67301c2f9",
            "last_updated": "2022-09-29T10:22:29.281051-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/830cd3eb-e959-412f-a07d-7b770dad52bc/?format=api"
        },
        {
            "id": "bb76444f-b5fb-4d2d-9067-814dcda4e42a",
            "gambit_id": "a3d4da23-3be7-4a12-9c16-06af71cdadc3",
            "last_updated": "2022-09-29T10:22:29.282054-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/830cd3eb-e959-412f-a07d-7b770dad52bc/?format=api"
        }
    ]
}