GET /api/bet_types/a334cdf7-f211-48ef-8ea6-28d382746aa0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a334cdf7-f211-48ef-8ea6-28d382746aa0",
    "match": "https://api-prod.gambitprofit.com/api/matches/8461fc4a-e32a-478b-88ad-93c13155f115/?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": "Duke",
                "amount": 5106.0
            },
            {
                "team": "Georgia Tech",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "b597ada3-5a28-43fa-88ac-6ed504cdd527",
            "gambit_id": "6de88a4a-9773-40e5-bcd4-db5b0f805839",
            "last_updated": "2022-10-11T11:17:03.625169-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Duke",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a334cdf7-f211-48ef-8ea6-28d382746aa0/?format=api"
        },
        {
            "id": "51c5c8a7-948c-4d97-8a8d-fc5845ef91c1",
            "gambit_id": "b1480776-3ac7-401a-8682-d9841c0b72fc",
            "last_updated": "2022-10-11T11:17:03.624203-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Tech",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a334cdf7-f211-48ef-8ea6-28d382746aa0/?format=api"
        }
    ]
}