GET /api/bet_types/ddd7b352-76db-4eca-b249-1208191454b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ddd7b352-76db-4eca-b249-1208191454b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee1c0007-7960-4d88-b58f-a9f6eb3987d7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-02T08:58:24.426675-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": "CHC",
                "amount": 6090.0
            },
            {
                "team": "CLE",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "36fe987b-c2a3-49a6-ab5e-65fb7ecb3610",
            "gambit_id": "9bcabd26-8913-43fe-870a-84d80fe05dff",
            "last_updated": "2023-07-04T10:13:01.397580-04:00",
            "created_at": "2023-07-02T08:58:24.431232-04:00",
            "name": "CHC",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddd7b352-76db-4eca-b249-1208191454b1/?format=api"
        },
        {
            "id": "65e67e2f-404c-48b1-b245-a564351c5636",
            "gambit_id": "233cb064-3f4c-4251-bf43-940cedcce841",
            "last_updated": "2023-07-04T10:13:01.395922-04:00",
            "created_at": "2023-07-02T08:58:24.429027-04:00",
            "name": "CLE",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddd7b352-76db-4eca-b249-1208191454b1/?format=api"
        }
    ]
}