GET /api/bet_types/7f3437b5-4bbe-4332-a88d-c9fe19aa3c50/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f3437b5-4bbe-4332-a88d-c9fe19aa3c50",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe0ccdad-1637-426d-8863-db7a6e37b956/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-27T08:43:22.631913-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": "CIN",
                "amount": 5784.0
            },
            {
                "team": "BAL",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "b2e39c72-9fc8-46f4-ac17-b94ede4ae214",
            "gambit_id": "38953c41-9c1e-47f0-b98f-c878af7732ef",
            "last_updated": "2023-06-28T21:33:07.486933-04:00",
            "created_at": "2023-06-27T08:43:22.634566-04:00",
            "name": "CIN",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f3437b5-4bbe-4332-a88d-c9fe19aa3c50/?format=api"
        },
        {
            "id": "ab7a6aba-6fd6-4097-9178-cc9b50a16332",
            "gambit_id": "7003e250-1407-4c71-b82d-5487bc48c203",
            "last_updated": "2023-06-28T21:33:07.489654-04:00",
            "created_at": "2023-06-27T08:43:22.637395-04:00",
            "name": "BAL",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f3437b5-4bbe-4332-a88d-c9fe19aa3c50/?format=api"
        }
    ]
}