GET /api/bet_types/1557823e-c66f-4c5a-90c3-ba552aefccc3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1557823e-c66f-4c5a-90c3-ba552aefccc3",
    "match": "https://api-prod.gambitprofit.com/api/matches/265feddd-be05-41e0-824e-5ad4fb425e62/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-04T09:32:14.778483-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b9d305ea-c2d9-47b6-a54d-4add80fbf3d2",
            "gambit_id": "e73d96a2-6ea1-4d79-9180-4603de0d32ed",
            "last_updated": "2023-04-05T17:42:08.847083-04:00",
            "created_at": "2023-04-04T09:32:14.795372-04:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1557823e-c66f-4c5a-90c3-ba552aefccc3/?format=api"
        },
        {
            "id": "0f2721ff-704d-4431-83bf-31fbd48ad42f",
            "gambit_id": "295ec0fe-c094-4418-a7e8-f8f950709afc",
            "last_updated": "2023-04-05T17:42:08.848602-04:00",
            "created_at": "2023-04-04T09:32:14.796837-04:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1557823e-c66f-4c5a-90c3-ba552aefccc3/?format=api"
        }
    ]
}