GET /api/bet_types/e694c533-0d32-45dd-940b-dd8ad4e8f3af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e694c533-0d32-45dd-940b-dd8ad4e8f3af",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf603d55-71dd-46df-8dfc-f60857a038c9/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": 5000.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d955013f-c1fa-4b96-b414-81b3c008c825",
            "gambit_id": "be7da986-0ecb-4c88-86fc-ea5bd9b50880",
            "last_updated": "2022-09-19T10:57:13.858854-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Patriots",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e694c533-0d32-45dd-940b-dd8ad4e8f3af/?format=api"
        },
        {
            "id": "ee998b15-9d0b-4794-89fb-7ad5d19eeb41",
            "gambit_id": "80763c50-12b5-4a46-add6-cb56efeb439b",
            "last_updated": "2022-09-19T10:57:13.857868-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e694c533-0d32-45dd-940b-dd8ad4e8f3af/?format=api"
        }
    ]
}