GET /api/bet_types/a5463c52-1a04-4215-a6c2-8ef352f8c033/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5463c52-1a04-4215-a6c2-8ef352f8c033",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6452320-8bbe-4f0d-b713-364ee11b3877/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-15T08:23:08.577106-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": "ATL",
                "amount": 5317.0
            },
            {
                "team": "COL",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "ae458bac-7e74-4ea7-bae6-a1868c9cffb0",
            "gambit_id": "666b5968-7a8d-4dd0-935f-19903c0f21b7",
            "last_updated": "2023-06-16T10:03:12.922006-04:00",
            "created_at": "2023-06-15T08:23:08.583591-04:00",
            "name": "ATL",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5463c52-1a04-4215-a6c2-8ef352f8c033/?format=api"
        },
        {
            "id": "e52923db-469a-46b3-8977-0edd05cd0d24",
            "gambit_id": "e350be09-508a-47af-b2e6-622ac3ad54da",
            "last_updated": "2023-06-16T10:03:12.919608-04:00",
            "created_at": "2023-06-15T08:23:08.580054-04:00",
            "name": "COL",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5463c52-1a04-4215-a6c2-8ef352f8c033/?format=api"
        }
    ]
}