GET /api/bet_types/beb61720-71c8-4074-b786-5327d4d9cbb1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "beb61720-71c8-4074-b786-5327d4d9cbb1",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd1d16e7-6841-4e90-99e0-2c82dcb72304/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-30T12:47:12.019608-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": "COL",
                "amount": 5599.0
            },
            {
                "team": "ARI",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "286b1fa6-f943-4106-a9a1-0ba015e91058",
            "gambit_id": "bd1beb67-c218-4fa8-9fcf-77a834b9c136",
            "last_updated": "2023-05-01T12:27:25.143665-04:00",
            "created_at": "2023-04-30T12:47:12.021419-04:00",
            "name": "COL",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/beb61720-71c8-4074-b786-5327d4d9cbb1/?format=api"
        },
        {
            "id": "9b3ed7b9-9c89-4e44-b3f6-9121fbbddd85",
            "gambit_id": "4f75179c-474a-474b-b8d5-e52992149eec",
            "last_updated": "2023-05-01T12:27:25.145545-04:00",
            "created_at": "2023-04-30T12:47:12.023122-04:00",
            "name": "ARI",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/beb61720-71c8-4074-b786-5327d4d9cbb1/?format=api"
        }
    ]
}