GET /api/bet_types/76359325-8fba-4e40-ad0f-72ca4048a33d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76359325-8fba-4e40-ad0f-72ca4048a33d",
    "match": "https://api-prod.gambitprofit.com/api/matches/08096bd1-d28f-4675-8951-d9ae16ebd958/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-25T09:28:24.645859-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": "LAA",
                "amount": 5000.0
            },
            {
                "team": "COL",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b716606-74fc-422a-9197-28f70f5d9560",
            "gambit_id": "c1d144c7-e7d4-45fe-9748-f686589b3b07",
            "last_updated": "2023-06-26T20:08:30.209275-04:00",
            "created_at": "2023-06-25T09:28:24.648216-04:00",
            "name": "LAA",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76359325-8fba-4e40-ad0f-72ca4048a33d/?format=api"
        },
        {
            "id": "fff74196-d9fc-4f94-91a7-af6778c5f207",
            "gambit_id": "432a8de3-9869-48c7-84fb-ac8957e81a98",
            "last_updated": "2023-06-26T20:08:30.211147-04:00",
            "created_at": "2023-06-25T09:28:24.650556-04:00",
            "name": "COL",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76359325-8fba-4e40-ad0f-72ca4048a33d/?format=api"
        }
    ]
}