GET /api/bet_types/78acdb71-bdc0-4d37-8b29-b003612226ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "78acdb71-bdc0-4d37-8b29-b003612226ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0e4f6ff-7b5f-4fd3-9551-5ef1e0d48e7c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-16T09:47:06.135599-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": "BOS",
                "amount": 5214.0
            },
            {
                "team": "SEA",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "24486dd9-54a2-44c1-b68a-35f692c1aef0",
            "gambit_id": "1abd9e4d-2cab-4ea6-8277-b34440019827",
            "last_updated": "2023-05-18T11:47:15.690315-04:00",
            "created_at": "2023-05-16T09:47:06.137270-04:00",
            "name": "BOS",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78acdb71-bdc0-4d37-8b29-b003612226ba/?format=api"
        },
        {
            "id": "42a43a8d-8e00-401c-b1a0-eed9ad2a7025",
            "gambit_id": "06b8bd98-b2ad-4fb6-ac55-22a05b2cf9d9",
            "last_updated": "2023-05-18T11:47:15.691741-04:00",
            "created_at": "2023-05-16T09:47:06.139176-04:00",
            "name": "SEA",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78acdb71-bdc0-4d37-8b29-b003612226ba/?format=api"
        }
    ]
}