GET /api/bet_types/e85b39e6-960b-47a6-9960-c8c732de62d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e85b39e6-960b-47a6-9960-c8c732de62d6",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba54a461-6eee-4b9c-9794-d1ed66d980a0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-20T09:58:16.280322-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": "Chicago Bears",
                "amount": 5000.0
            },
            {
                "team": "Kansas City Chiefs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec4a78a6-9465-440a-a9f3-adbfedd2b624",
            "gambit_id": "9e0d4b79-c8dc-4a0b-bb33-4103818a95c6",
            "last_updated": "2023-09-26T09:03:33.891603-04:00",
            "created_at": "2023-09-20T09:58:16.288143-04:00",
            "name": "Chicago Bears",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e85b39e6-960b-47a6-9960-c8c732de62d6/?format=api"
        },
        {
            "id": "9f6906be-5e5b-4519-afae-1c24e647c338",
            "gambit_id": "5a15794c-0c7d-47aa-8137-e32bf00d7a27",
            "last_updated": "2023-09-26T09:03:33.895290-04:00",
            "created_at": "2023-09-20T09:58:16.292423-04:00",
            "name": "Kansas City Chiefs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e85b39e6-960b-47a6-9960-c8c732de62d6/?format=api"
        }
    ]
}