GET /api/bet_types/05680f40-3124-4f21-b4f2-4235b787067b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "05680f40-3124-4f21-b4f2-4235b787067b",
    "match": "https://api-prod.gambitprofit.com/api/matches/b778d1e4-7e7c-4c3a-b744-eb5fc9c62897/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-01T13:17:02.748536-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "74af9f8b-9360-4929-8e93-079602f5da14",
            "gambit_id": "cf49a0c3-26ab-4569-9076-01e0191e0fa1",
            "last_updated": "2023-06-02T13:52:21.664299-04:00",
            "created_at": "2023-06-01T13:17:02.751376-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05680f40-3124-4f21-b4f2-4235b787067b/?format=api"
        },
        {
            "id": "c416b8f2-531e-455e-9545-c6e0a967914c",
            "gambit_id": "f0f6425c-8254-4847-b149-cc34c55c2a5c",
            "last_updated": "2023-06-02T13:52:21.667168-04:00",
            "created_at": "2023-06-01T13:17:02.754095-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05680f40-3124-4f21-b4f2-4235b787067b/?format=api"
        }
    ]
}