GET /api/bet_types/589c3060-61fd-46d8-81db-25460297b5d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "589c3060-61fd-46d8-81db-25460297b5d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d30b05e-23c8-4402-9685-86dfee456121/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-12T08:22:01.774895-05: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": "Brooklyn Nets",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "9439bb02-1c78-448f-8b71-b7329745da63",
            "gambit_id": "6598c92a-ff97-4da2-a862-f9c52a50742b",
            "last_updated": "2023-01-13T11:47:21.861862-05:00",
            "created_at": "2023-01-12T08:22:01.776145-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/589c3060-61fd-46d8-81db-25460297b5d7/?format=api"
        },
        {
            "id": "4310eebc-b328-46f6-bae7-45e1ac38c713",
            "gambit_id": "1acedece-419a-43ee-86ae-ada0e4b8c655",
            "last_updated": "2023-01-13T11:47:21.862958-05:00",
            "created_at": "2023-01-12T08:22:01.777459-05:00",
            "name": "Boston Celtics",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/589c3060-61fd-46d8-81db-25460297b5d7/?format=api"
        }
    ]
}