GET /api/bet_types/e9d6ddfa-9ed4-4960-9e76-e4c70d79b7f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9d6ddfa-9ed4-4960-9e76-e4c70d79b7f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/da962d10-d468-4971-9466-17c734224a9b/?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 Jets",
                "amount": 5000.0
            },
            {
                "team": "New England Patriots",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "5084df1b-1a79-4b00-8ed6-e2bb4ab3729d",
            "gambit_id": "f2ce62f8-1b4f-4ca7-98e0-824ffde700b8",
            "last_updated": "2022-10-31T11:42:00.746510-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Jets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9d6ddfa-9ed4-4960-9e76-e4c70d79b7f2/?format=api"
        },
        {
            "id": "1fe04f86-2b9b-47c2-be24-8d6a472eb7b6",
            "gambit_id": "61453c9f-a73c-444c-8f9a-3993bfa90ea1",
            "last_updated": "2022-10-31T11:42:00.747449-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Patriots",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9d6ddfa-9ed4-4960-9e76-e4c70d79b7f2/?format=api"
        }
    ]
}