GET /api/bet_types/890cf20c-0c14-4fd8-9181-fa1f53935c5f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "890cf20c-0c14-4fd8-9181-fa1f53935c5f",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b56ce7a-e2b9-497c-8dd9-e47d338267ea/?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": "Pittsburgh",
                "amount": 5000.0
            },
            {
                "team": "Georgia Tech",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "5d4cff07-b519-4ab0-80ea-11a88494e761",
            "gambit_id": "d86d7ee8-cde4-4a61-a56e-24e85268c590",
            "last_updated": "2022-10-03T11:17:26.587775-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-21.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/890cf20c-0c14-4fd8-9181-fa1f53935c5f/?format=api"
        },
        {
            "id": "71859e02-1fbb-4dbe-abae-46e4edd2f870",
            "gambit_id": "3d34fde2-0f68-42cd-9ca7-1cfe8182eef6",
            "last_updated": "2022-10-03T11:17:26.588824-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Tech",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "21.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/890cf20c-0c14-4fd8-9181-fa1f53935c5f/?format=api"
        }
    ]
}