GET /api/bet_types/30b995cd-2dca-4258-929a-8749d5ec42ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30b995cd-2dca-4258-929a-8749d5ec42ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac5db8e9-4486-46d4-a764-ddf0235aaa52/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-17T09:33:00.553156-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": "Game Total Under 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4cae35ff-aef0-4f49-adf5-fe0adab97f90",
            "gambit_id": "4f7391bf-d8cd-4c1f-9c0c-29fd289ab54d",
            "last_updated": "2023-06-24T19:13:22.743036-04:00",
            "created_at": "2023-06-17T09:33:00.556796-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30b995cd-2dca-4258-929a-8749d5ec42ab/?format=api"
        },
        {
            "id": "28aca960-5582-449b-8c5a-b369d5747963",
            "gambit_id": "14e3da3f-3f3b-44f1-8bd5-c0c5e1d562a8",
            "last_updated": "2023-06-24T19:13:22.740749-04:00",
            "created_at": "2023-06-17T09:33:00.554952-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30b995cd-2dca-4258-929a-8749d5ec42ab/?format=api"
        }
    ]
}