GET /api/bet_types/aced7633-edb4-423e-964d-a1d7af60f23f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aced7633-edb4-423e-964d-a1d7af60f23f",
    "match": "https://api-prod.gambitprofit.com/api/matches/6627993d-6e12-459d-ba91-e16f46aad8f2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-03T10:18:14.072947-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": "New England Patriots",
                "amount": 5512.0
            },
            {
                "team": "New Orleans Saints",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "06dc1ded-9989-4a96-8506-4f1d7c7e0db1",
            "gambit_id": "e85b8382-4d59-4e3d-a6c0-15d88e99c595",
            "last_updated": "2023-10-09T15:48:13.996297-04:00",
            "created_at": "2023-10-03T10:18:14.090350-04:00",
            "name": "New England Patriots",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aced7633-edb4-423e-964d-a1d7af60f23f/?format=api"
        },
        {
            "id": "920cf070-c70e-483b-891d-78f171abd107",
            "gambit_id": "ff635814-2475-4675-a346-018beb6718a8",
            "last_updated": "2023-10-09T15:48:13.993023-04:00",
            "created_at": "2023-10-03T10:18:14.080139-04:00",
            "name": "New Orleans Saints",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aced7633-edb4-423e-964d-a1d7af60f23f/?format=api"
        }
    ]
}