GET /api/bet_types/a849a709-b53e-4e4d-8890-e458a691f290/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a849a709-b53e-4e4d-8890-e458a691f290",
    "match": "https://api-prod.gambitprofit.com/api/matches/3dba222c-48f5-4abe-88e7-4824f9bb3b2e/?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": "New York Islanders",
                "amount": 6042.0
            },
            {
                "team": "New York Rangers",
                "amount": 3958.0
            }
        ],
        "expected_reward_tokens": 9182.56,
        "profit_sb": 182.56,
        "profit_sb_percentage": 2.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "808700c5-5bbe-4b59-88fd-5a84dae1ac14",
            "gambit_id": "f2598e4a-5a64-4907-8ea0-507ce14978e6",
            "last_updated": "2022-11-09T09:42:59.756452-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "1.52000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a849a709-b53e-4e4d-8890-e458a691f290/?format=api"
        },
        {
            "id": "b0084c1b-a42d-4084-9740-53c394ce8fd8",
            "gambit_id": "bfbd6d1d-3600-4e0c-8cb6-b9d930715566",
            "last_updated": "2022-11-09T09:42:59.755429-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "2.32000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a849a709-b53e-4e4d-8890-e458a691f290/?format=api"
        }
    ]
}