GET /api/bet_types/e47dbe39-cb3b-4a96-988d-274ca386ba35/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e47dbe39-cb3b-4a96-988d-274ca386ba35",
    "match": "https://api-prod.gambitprofit.com/api/matches/19a95d2b-b3e1-455b-89b5-9e2ca8185e79/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-21T12:32:06.522749-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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ff1247e-50d3-4b7c-9f75-d99518e3f148",
            "gambit_id": "bf5ddb04-fc77-4aaa-ba1e-e8ec9b4d4573",
            "last_updated": "2023-04-22T13:07:11.146646-04:00",
            "created_at": "2023-04-21T12:32:06.524370-04:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e47dbe39-cb3b-4a96-988d-274ca386ba35/?format=api"
        },
        {
            "id": "962b17d2-2f15-4f2c-b636-71a2afaf0c08",
            "gambit_id": "43a6fc77-afed-4d99-ab03-f1f742c541d9",
            "last_updated": "2023-04-22T13:07:11.149262-04:00",
            "created_at": "2023-04-21T12:32:06.526363-04:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e47dbe39-cb3b-4a96-988d-274ca386ba35/?format=api"
        }
    ]
}