GET /api/bet_types/905b14fa-de85-402c-8db6-0fec9dde1542/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "905b14fa-de85-402c-8db6-0fec9dde1542",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c4a8d5a-7f8e-40aa-bab0-5153f8ffdf65/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-27T08:43:23.728466-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": "DET",
                "amount": 5213.0
            },
            {
                "team": "TEX",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "fe306e75-a781-4e21-9ae4-0923485c52c1",
            "gambit_id": "fa4bf7ae-c74a-4777-81c0-673b6bc13d1f",
            "last_updated": "2023-06-28T21:28:07.872336-04:00",
            "created_at": "2023-06-27T08:43:23.731791-04:00",
            "name": "DET",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/905b14fa-de85-402c-8db6-0fec9dde1542/?format=api"
        },
        {
            "id": "c1d8c06e-74d7-46f8-ba0f-796c2608b63d",
            "gambit_id": "b1c9e9d0-e9d7-4d69-b492-045d71df9bab",
            "last_updated": "2023-06-28T21:28:07.874966-04:00",
            "created_at": "2023-06-27T08:43:23.734437-04:00",
            "name": "TEX",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/905b14fa-de85-402c-8db6-0fec9dde1542/?format=api"
        }
    ]
}