GET /api/bet_types/2db63527-e3e0-4048-8381-c998a6937d8c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2db63527-e3e0-4048-8381-c998a6937d8c",
    "match": "https://api-prod.gambitprofit.com/api/matches/83a9cc4f-cbef-4ccd-b1dc-a01432597925/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-26T13:37:01.402539-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8fee8022-9db3-4b61-ac1f-1655728d3548",
            "gambit_id": "acb4d828-4bdc-44a6-8671-38d0be04a4ba",
            "last_updated": "2023-03-27T11:36:53.351648-04:00",
            "created_at": "2023-03-26T13:37:01.404274-04:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2db63527-e3e0-4048-8381-c998a6937d8c/?format=api"
        },
        {
            "id": "5f5fc56f-0d32-4f2e-907a-b090ce6d2df7",
            "gambit_id": "9d0c44db-40f3-47f8-9503-f0668fc4d7a3",
            "last_updated": "2023-03-27T11:36:53.353676-04:00",
            "created_at": "2023-03-26T13:37:01.406180-04:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2db63527-e3e0-4048-8381-c998a6937d8c/?format=api"
        }
    ]
}