GET /api/bet_types/38297a6d-23f5-4962-b65e-dfc701b65acd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38297a6d-23f5-4962-b65e-dfc701b65acd",
    "match": "https://api-prod.gambitprofit.com/api/matches/2378916a-7691-4612-b358-8895d7f3a25a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-06T11:51:58.544273-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": "Total Rounds Over 4.5",
                "amount": 5778.0
            },
            {
                "team": "Total Rounds Under 4.5",
                "amount": 4222.0
            }
        ],
        "expected_reward_tokens": 9244.8,
        "profit_sb": -255.2,
        "profit_sb_percentage": -2.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "4d0d2e84-0aae-4ae0-a3d5-d34cefa517ad",
            "gambit_id": "fec72007-2b2a-4c8f-875a-baf1c65523a1",
            "last_updated": "2023-05-07T11:57:19.491160-04:00",
            "created_at": "2023-05-06T11:51:58.547923-04:00",
            "name": "Total Rounds Over 4.5",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38297a6d-23f5-4962-b65e-dfc701b65acd/?format=api"
        },
        {
            "id": "0b9062c0-3fc8-4d8e-a223-cf8c723144bd",
            "gambit_id": "e418e116-aa8c-4d69-b5d7-d7b5ca3bc3ab",
            "last_updated": "2023-05-07T11:57:19.489338-04:00",
            "created_at": "2023-05-06T11:51:58.545794-04:00",
            "name": "Total Rounds Under 4.5",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38297a6d-23f5-4962-b65e-dfc701b65acd/?format=api"
        }
    ]
}