GET /api/bet_types/7b72d8c9-ccb0-4f4d-ac36-7933cbe8ab39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b72d8c9-ccb0-4f4d-ac36-7933cbe8ab39",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3ff4cfc-4c2d-4425-ae92-73902681a2a9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-15T08:58:06.468333-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": "MIL",
                "amount": 6324.0
            },
            {
                "team": "CIN",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "8bb8a9c3-6fbc-4926-992a-f7e6fed0335e",
            "gambit_id": "eedda976-0ffe-4453-8240-3732d0e24e78",
            "last_updated": "2023-07-17T10:13:20.713375-04:00",
            "created_at": "2023-07-15T08:58:06.469935-04:00",
            "name": "MIL",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b72d8c9-ccb0-4f4d-ac36-7933cbe8ab39/?format=api"
        },
        {
            "id": "788f96a0-3f96-4afa-8de2-f5c9621ac861",
            "gambit_id": "eb8d0fbd-8101-45fc-ad2e-8c09c0daba90",
            "last_updated": "2023-07-17T10:13:20.715852-04:00",
            "created_at": "2023-07-15T08:58:06.471511-04:00",
            "name": "CIN",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b72d8c9-ccb0-4f4d-ac36-7933cbe8ab39/?format=api"
        }
    ]
}