GET /api/bet_types/60bdef73-5535-4806-b040-b72b088f7bcf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60bdef73-5535-4806-b040-b72b088f7bcf",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a072354-f943-44e9-b89e-2ef94c771451/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-25T11:42:07.279928-04: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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "70067197-bf4e-44d5-92d0-25cc6b2a6676",
            "gambit_id": "12fe6336-556a-4d22-a598-79282d7ecefd",
            "last_updated": "2023-04-26T20:52:17.514884-04:00",
            "created_at": "2023-04-25T11:42:07.281752-04:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60bdef73-5535-4806-b040-b72b088f7bcf/?format=api"
        },
        {
            "id": "a58bae1b-76ff-4afe-8431-b0f86b4a0306",
            "gambit_id": "5b0501d3-a885-4768-a540-6f67cde5da8b",
            "last_updated": "2023-04-26T20:52:17.516450-04:00",
            "created_at": "2023-04-25T11:42:07.283785-04:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60bdef73-5535-4806-b040-b72b088f7bcf/?format=api"
        }
    ]
}