GET /api/bet_types/218ab8a5-5977-4d47-8912-a3568d9038aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "218ab8a5-5977-4d47-8912-a3568d9038aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/f95fa204-2ee5-492a-b5ee-112ea89dc5e0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-10T08:46:53.009854-05: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 2.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9200.0,
        "profit_sb": -300.0,
        "profit_sb_percentage": -3.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "48494338-8c78-4f2a-b29c-78230c288433",
            "gambit_id": "43ef29cd-0e75-45b4-9a54-85ec216f22e5",
            "last_updated": "2023-03-13T14:01:49.138710-04:00",
            "created_at": "2023-03-10T08:46:53.011201-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.84000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/218ab8a5-5977-4d47-8912-a3568d9038aa/?format=api"
        },
        {
            "id": "75fd68c0-cb88-4d66-9d91-3f5fa0bdbdb7",
            "gambit_id": "144e7526-e2ce-46bb-afd7-75586c067300",
            "last_updated": "2023-03-13T14:01:49.140199-04:00",
            "created_at": "2023-03-10T08:46:53.012545-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.84000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/218ab8a5-5977-4d47-8912-a3568d9038aa/?format=api"
        }
    ]
}