GET /api/bet_types/63f58ec3-4973-4d98-91b9-6ba5f6195307/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "63f58ec3-4973-4d98-91b9-6ba5f6195307",
    "match": "https://api-prod.gambitprofit.com/api/matches/c08507e5-23b1-4868-8ece-e8d657ff3548/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-29T11:47:13.418830-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": "MIN",
                "amount": 6308.0
            },
            {
                "team": "HOU",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "366e0087-d55a-447a-846a-3d0ab548c6d1",
            "gambit_id": "fe65f628-15e9-433d-92d1-a204c39439b3",
            "last_updated": "2023-05-30T10:47:19.661863-04:00",
            "created_at": "2023-05-29T11:47:13.420461-04:00",
            "name": "MIN",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63f58ec3-4973-4d98-91b9-6ba5f6195307/?format=api"
        },
        {
            "id": "4bca4a3a-f51c-4ae2-ae52-6e4eec7c42f9",
            "gambit_id": "6905dac3-ee3f-493d-9c70-ecd6c8744a8f",
            "last_updated": "2023-05-30T10:47:19.664143-04:00",
            "created_at": "2023-05-29T11:47:13.422178-04:00",
            "name": "HOU",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63f58ec3-4973-4d98-91b9-6ba5f6195307/?format=api"
        }
    ]
}