GET /api/bet_types/2c4deb7e-a83a-4481-8b80-274e1da7fa55/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c4deb7e-a83a-4481-8b80-274e1da7fa55",
    "match": "https://api-prod.gambitprofit.com/api/matches/749187f5-5c2d-4856-a728-0af588f3eae7/?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": "Washington State",
                "amount": 5000.0
            },
            {
                "team": "California",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "c9350149-09a0-4811-b9f9-ed372629dc48",
            "gambit_id": "9888c84e-00f2-46a8-825e-e71f7cc58bbd",
            "last_updated": "2022-10-03T10:57:18.674024-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington State",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c4deb7e-a83a-4481-8b80-274e1da7fa55/?format=api"
        },
        {
            "id": "e37bb02d-3598-4857-bff3-8973133df154",
            "gambit_id": "e406f83c-c297-4c06-8e9c-865a75c468b8",
            "last_updated": "2022-10-03T10:57:18.675003-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "California",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c4deb7e-a83a-4481-8b80-274e1da7fa55/?format=api"
        }
    ]
}