GET /api/bet_types/7b8865a5-59ff-4028-a123-25396fac5292/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b8865a5-59ff-4028-a123-25396fac5292",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ceae868-1d0e-4bcf-8fd8-dc4c6e8ccd49/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-14T09:13:24.189571-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 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "a7bd9b79-0579-4f20-b954-6f047243ef1e",
            "gambit_id": "67ccae79-71ef-4fc9-9f68-0e966527c506",
            "last_updated": "2023-07-17T09:13:04.417841-04:00",
            "created_at": "2023-07-14T09:13:24.191063-04:00",
            "name": "Game Total Over 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b8865a5-59ff-4028-a123-25396fac5292/?format=api"
        },
        {
            "id": "38edb226-9f6f-4d22-b0db-5a154fb6dea9",
            "gambit_id": "6e51c35d-5e7a-457f-bbc4-6fce965aaee1",
            "last_updated": "2023-07-17T09:13:04.419409-04:00",
            "created_at": "2023-07-14T09:13:24.192622-04:00",
            "name": "Game Total Under 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b8865a5-59ff-4028-a123-25396fac5292/?format=api"
        }
    ]
}