GET /api/bet_types/1779ca42-05f0-4184-8076-66a944ee7ac5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1779ca42-05f0-4184-8076-66a944ee7ac5",
    "match": "https://api-prod.gambitprofit.com/api/matches/a869cf6d-7671-4aa2-a885-5a144490a3bf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-22T08:38:10.660813-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 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "503a0fcd-29f0-4b15-9814-8a89d8e4a518",
            "gambit_id": "35e964c5-deb4-4f3c-994c-02e95f9b7f13",
            "last_updated": "2023-07-23T22:02:58.183630-04:00",
            "created_at": "2023-07-22T08:38:10.664600-04:00",
            "name": "Game Total Over 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1779ca42-05f0-4184-8076-66a944ee7ac5/?format=api"
        },
        {
            "id": "583d2ce0-2d5e-49d2-952a-0712e855a170",
            "gambit_id": "61ff7902-9b34-4f40-967e-75c3bb37498d",
            "last_updated": "2023-07-23T22:02:58.186944-04:00",
            "created_at": "2023-07-22T08:38:10.668737-04:00",
            "name": "Game Total Under 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1779ca42-05f0-4184-8076-66a944ee7ac5/?format=api"
        }
    ]
}