GET /api/bet_types/3a916dc8-87ee-41c3-b858-52614c1c9e49/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a916dc8-87ee-41c3-b858-52614c1c9e49",
    "match": "https://api-prod.gambitprofit.com/api/matches/80fda471-2e83-404f-8c58-65aee393b7b3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-17T11:42:00.923443-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 Over 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce62c0a9-74d8-4e83-9d47-f8d60db6b54e",
            "gambit_id": "6975ac9b-adcb-4ba3-8711-d3f061d2cc1a",
            "last_updated": "2023-04-18T12:12:10.911004-04:00",
            "created_at": "2023-04-17T11:42:00.927593-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a916dc8-87ee-41c3-b858-52614c1c9e49/?format=api"
        },
        {
            "id": "17c48b65-3a25-4f83-a0a2-a959a2e1318f",
            "gambit_id": "37ffb0d2-7f3b-4d79-809f-c66a8c8c965d",
            "last_updated": "2023-04-18T12:12:10.909493-04:00",
            "created_at": "2023-04-17T11:42:00.925490-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a916dc8-87ee-41c3-b858-52614c1c9e49/?format=api"
        }
    ]
}