GET /api/bet_types/d3e14042-495f-46ff-bf51-a95bb6ecbed1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3e14042-495f-46ff-bf51-a95bb6ecbed1",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f2419b4-b6ed-426c-8510-b0eb6d4e62d5/?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": "Illinois",
                "amount": 5000.0
            },
            {
                "team": "Purdue",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "8ed60287-00e7-43ba-b75f-c0fe252d40e9",
            "gambit_id": "952db0a4-683c-4571-a6a6-0b6acd541291",
            "last_updated": "2022-11-14T10:28:55.540205-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Illinois",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3e14042-495f-46ff-bf51-a95bb6ecbed1/?format=api"
        },
        {
            "id": "73120251-38fd-4d1e-98fa-5adced1f8146",
            "gambit_id": "69638316-21ff-4cb7-9d1e-b41135c983c5",
            "last_updated": "2022-11-14T10:28:55.541331-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Purdue",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3e14042-495f-46ff-bf51-a95bb6ecbed1/?format=api"
        }
    ]
}