GET /api/bet_types/4828bca6-d70a-41ce-bd3c-b7d18a570ea4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4828bca6-d70a-41ce-bd3c-b7d18a570ea4",
    "match": "https://api-prod.gambitprofit.com/api/matches/a8bd61d8-d992-4085-aaac-f3f626b850dd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-05T09:53:21.262988-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": "SFO",
                "amount": 6090.0
            },
            {
                "team": "CHC",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "de6e60f3-f7de-417a-b36b-6d435d39713e",
            "gambit_id": "ade09586-133d-4e9e-b1e8-44b8243c66e9",
            "last_updated": "2023-09-06T13:43:19.843935-04:00",
            "created_at": "2023-09-05T09:53:21.270379-04:00",
            "name": "SFO",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4828bca6-d70a-41ce-bd3c-b7d18a570ea4/?format=api"
        },
        {
            "id": "adee4501-ab97-47c2-ab01-49a7996dce12",
            "gambit_id": "7a6c2325-db02-4b16-901f-7acfe1043942",
            "last_updated": "2023-09-06T13:43:19.847203-04:00",
            "created_at": "2023-09-05T09:53:21.278005-04:00",
            "name": "CHC",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4828bca6-d70a-41ce-bd3c-b7d18a570ea4/?format=api"
        }
    ]
}