GET /api/bet_types/cb2c3fc4-7a43-4d99-b365-13dd9f106fb1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb2c3fc4-7a43-4d99-b365-13dd9f106fb1",
    "match": "https://api-prod.gambitprofit.com/api/matches/6cf6c5ce-bf29-4f49-ac0c-0c1475a10c0f/?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": "Georgia Tech",
                "amount": 5000.0
            },
            {
                "team": "Virginia",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "6dd53801-1c52-461a-a332-2c9d0a21314e",
            "gambit_id": "91a16758-2168-4bf6-bfd5-05e033a28678",
            "last_updated": "2022-10-21T11:07:02.658517-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Tech",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb2c3fc4-7a43-4d99-b365-13dd9f106fb1/?format=api"
        },
        {
            "id": "a9bcdf7b-57df-4db5-b345-61aa8795bb5a",
            "gambit_id": "54594593-a601-4b18-97d6-994172564bcc",
            "last_updated": "2022-10-21T11:07:02.659511-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Virginia",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb2c3fc4-7a43-4d99-b365-13dd9f106fb1/?format=api"
        }
    ]
}