GET /api/bet_types/1010cea3-2058-419b-af6d-adfe9e9749b0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1010cea3-2058-419b-af6d-adfe9e9749b0",
    "match": "https://api-prod.gambitprofit.com/api/matches/98197921-93d9-4903-a4b5-3edf4a8be7f2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-17T13:03:06.001695-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": "New England Patriots",
                "amount": 5000.0
            },
            {
                "team": "Green Bay Packers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e902fa5c-f95b-41f9-8775-b7faed0bc4a9",
            "gambit_id": "25692980-c45a-4ed8-a699-e53f52aee808",
            "last_updated": "2023-08-21T19:53:14.164096-04:00",
            "created_at": "2023-08-17T13:03:06.009733-04:00",
            "name": "New England Patriots",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1010cea3-2058-419b-af6d-adfe9e9749b0/?format=api"
        },
        {
            "id": "f124d2bc-cf94-419f-8a0c-6e5da2324556",
            "gambit_id": "f8d57494-b25a-4da2-b7c5-1af9d9b9dcc6",
            "last_updated": "2023-08-21T19:53:14.167929-04:00",
            "created_at": "2023-08-17T13:03:06.015782-04:00",
            "name": "Green Bay Packers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1010cea3-2058-419b-af6d-adfe9e9749b0/?format=api"
        }
    ]
}