GET /api/bet_types/6c13f9ae-e5f6-4b3c-ba1c-6e3a7a6775f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c13f9ae-e5f6-4b3c-ba1c-6e3a7a6775f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/fcd75dc1-850b-4624-8126-6f11def81c80/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-15T12:27:12.362446-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 10",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "75590d26-0005-4a35-a80e-6ec3e73f87bd",
            "gambit_id": "b8f43a31-49ea-458a-bf1f-d4231561ff8a",
            "last_updated": "2023-04-16T18:02:16.604626-04:00",
            "created_at": "2023-04-15T12:27:12.364086-04:00",
            "name": "Game Total Under 10",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c13f9ae-e5f6-4b3c-ba1c-6e3a7a6775f1/?format=api"
        },
        {
            "id": "bfd84e85-7620-4401-85a2-c5a0b8009a12",
            "gambit_id": "d3375040-344c-482b-b9f0-80a7377afe5f",
            "last_updated": "2023-04-16T18:02:16.606392-04:00",
            "created_at": "2023-04-15T12:27:12.365571-04:00",
            "name": "Game Total Over 10",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c13f9ae-e5f6-4b3c-ba1c-6e3a7a6775f1/?format=api"
        }
    ]
}