GET /api/bet_types/be5ada27-ee54-4b4b-91db-232ff9a29feb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be5ada27-ee54-4b4b-91db-232ff9a29feb",
    "match": "https://api-prod.gambitprofit.com/api/matches/63e1769a-6195-4f9f-b143-4b21cde1cffa/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-09T09:48:16.037356-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": "CHC",
                "amount": 6458.0
            },
            {
                "team": "SFO",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "54c0f521-65ba-4db0-ad1f-445d27a0d8bf",
            "gambit_id": "0d061b66-cf4a-4560-aa9f-671b486687d8",
            "last_updated": "2023-06-10T16:43:05.447736-04:00",
            "created_at": "2023-06-09T09:48:16.038782-04:00",
            "name": "CHC",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be5ada27-ee54-4b4b-91db-232ff9a29feb/?format=api"
        },
        {
            "id": "ce2a46b5-d0a4-45f7-addd-e0232bb5c61b",
            "gambit_id": "060498e3-18f7-49b7-a836-f2d1a1d2d049",
            "last_updated": "2023-06-10T16:43:05.449518-04:00",
            "created_at": "2023-06-09T09:48:16.040312-04:00",
            "name": "SFO",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be5ada27-ee54-4b4b-91db-232ff9a29feb/?format=api"
        }
    ]
}