GET /api/bet_types/a603b9ee-2efb-4097-89ed-f2a57f8d9eb6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a603b9ee-2efb-4097-89ed-f2a57f8d9eb6",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf4fcd56-cf7b-4feb-b1c7-47ef3e217c1f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-22T08:23:11.386467-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": "MIN",
                "amount": 6611.0
            },
            {
                "team": "MIL",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9387.53,
        "profit_sb": -112.47,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "d49386a7-292f-4d18-92d9-def1a2c8de48",
            "gambit_id": "a05518c1-39d6-40c7-b2a5-bc81aa508b59",
            "last_updated": "2023-08-23T10:58:24.246061-04:00",
            "created_at": "2023-08-22T08:23:11.390410-04:00",
            "name": "MIN",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a603b9ee-2efb-4097-89ed-f2a57f8d9eb6/?format=api"
        },
        {
            "id": "8f3fe7c3-53d5-4654-bc50-eedf5ed4a77f",
            "gambit_id": "01de9e9e-4072-45c9-8b4f-7a228ba538cb",
            "last_updated": "2023-08-23T10:58:24.249581-04:00",
            "created_at": "2023-08-22T08:23:11.394342-04:00",
            "name": "MIL",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a603b9ee-2efb-4097-89ed-f2a57f8d9eb6/?format=api"
        }
    ]
}