GET /api/bet_types/2f06fed1-b615-4a96-bf4b-7879ddad4f3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f06fed1-b615-4a96-bf4b-7879ddad4f3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd0e98c6-b3bb-4dca-80a2-f21ec6ef3b98/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-13T09:38:13.994864-05: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 226.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 226.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c52e645f-928c-465f-84cd-954772f7700a",
            "gambit_id": "9b47315c-07f9-407c-900b-5fa58a170a4d",
            "last_updated": "2024-01-16T11:13:07.936220-05:00",
            "created_at": "2024-01-13T09:38:13.999087-05:00",
            "name": "Game Total Under 226.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f06fed1-b615-4a96-bf4b-7879ddad4f3f/?format=api"
        },
        {
            "id": "0f523e82-14b7-41ad-bde4-1a51f6e2011b",
            "gambit_id": "72757a7d-6b39-4aac-bce7-a54242b5ff33",
            "last_updated": "2024-01-16T11:13:07.932978-05:00",
            "created_at": "2024-01-13T09:38:14.003904-05:00",
            "name": "Game Total Over 226.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f06fed1-b615-4a96-bf4b-7879ddad4f3f/?format=api"
        }
    ]
}