GET /api/bet_types/e56dded4-fa71-4298-92d7-1f214942a24b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e56dded4-fa71-4298-92d7-1f214942a24b",
    "match": "https://api-prod.gambitprofit.com/api/matches/93c03d6c-6e76-4043-9857-b1555f677eff/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-28T10:07:00.422855-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "87bb5888-ff90-48d4-a20e-cd7e5d60e427",
            "gambit_id": "71e0ef6d-b916-4bed-8a2d-01f009a9d400",
            "last_updated": "2023-03-29T10:21:59.325635-04:00",
            "created_at": "2023-03-28T10:07:00.425946-04:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e56dded4-fa71-4298-92d7-1f214942a24b/?format=api"
        },
        {
            "id": "371e3a4f-fd93-4f47-8359-79609f82a891",
            "gambit_id": "1954a386-c2f7-4dac-a552-8fd0de701983",
            "last_updated": "2023-03-29T10:21:59.323230-04:00",
            "created_at": "2023-03-28T10:07:00.424395-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e56dded4-fa71-4298-92d7-1f214942a24b/?format=api"
        }
    ]
}