GET /api/bet_types/498ba28a-d7d4-4a4d-bc55-ee5f33427ed3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "498ba28a-d7d4-4a4d-bc55-ee5f33427ed3",
    "match": "https://api-prod.gambitprofit.com/api/matches/8939804b-a1dc-4e8b-b32e-204351b4d552/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-14T09:37:11.450857-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 233",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 233",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b8def205-24e1-4879-a494-9e2f414b4d57",
            "gambit_id": "1d1a9780-4c5c-4c55-add1-0f68f6d9fe95",
            "last_updated": "2023-03-15T10:07:09.527803-04:00",
            "created_at": "2023-03-14T09:37:11.452407-04:00",
            "name": "Game Total Under 233",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "233.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/498ba28a-d7d4-4a4d-bc55-ee5f33427ed3/?format=api"
        },
        {
            "id": "dc24d01e-0079-45af-b947-5c4c93da1bef",
            "gambit_id": "26b6bbe2-5348-4858-a524-952e7ef2b7bd",
            "last_updated": "2023-03-15T10:07:09.529348-04:00",
            "created_at": "2023-03-14T09:37:11.454049-04:00",
            "name": "Game Total Over 233",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "233.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/498ba28a-d7d4-4a4d-bc55-ee5f33427ed3/?format=api"
        }
    ]
}