GET /api/bet_types/d1c3fd7d-c75c-4884-a51c-6da33386f4f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1c3fd7d-c75c-4884-a51c-6da33386f4f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/43595fac-654f-4794-bb7a-001665020ae1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-15T11:43:03.171933-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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "30528399-3737-43d3-b70b-57c5b542b3cd",
            "gambit_id": "953e7a5d-b098-4316-b334-56beb16342ff",
            "last_updated": "2023-07-17T10:18:28.097744-04:00",
            "created_at": "2023-07-15T11:43:03.174769-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1c3fd7d-c75c-4884-a51c-6da33386f4f6/?format=api"
        },
        {
            "id": "54e214d9-e5a0-473c-a906-a1fc2c34a337",
            "gambit_id": "43768003-84ce-47a9-b026-976e58aa6728",
            "last_updated": "2023-07-17T10:18:28.096333-04:00",
            "created_at": "2023-07-15T11:43:03.173333-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1c3fd7d-c75c-4884-a51c-6da33386f4f6/?format=api"
        }
    ]
}