GET /api/bet_types/3386f4fa-43dc-4d27-bcb0-bc9ca71d4808/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3386f4fa-43dc-4d27-bcb0-bc9ca71d4808",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb4d6ed3-09e3-4d13-ac89-c0f58075f3ab/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-08T09:23:25.070420-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 10",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 10",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "743d6e7b-cc8d-4983-affa-aabd037042b0",
            "gambit_id": "be06c80e-7037-49bd-bbb0-1c806a1276e0",
            "last_updated": "2023-09-09T11:28:28.353772-04:00",
            "created_at": "2023-09-08T09:23:25.074333-04:00",
            "name": "Game Total Over 10",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3386f4fa-43dc-4d27-bcb0-bc9ca71d4808/?format=api"
        },
        {
            "id": "5f4937bb-3bb2-47ef-b7d0-9992bc7d1a06",
            "gambit_id": "85964b37-de05-485c-996f-881dc131985a",
            "last_updated": "2023-09-09T11:28:28.357151-04:00",
            "created_at": "2023-09-08T09:23:25.078226-04:00",
            "name": "Game Total Under 10",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3386f4fa-43dc-4d27-bcb0-bc9ca71d4808/?format=api"
        }
    ]
}