GET /api/bet_types/b7884750-4e51-4258-8038-359d4a03c4d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7884750-4e51-4258-8038-359d4a03c4d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0af9ee2-7c2e-40c9-85d5-8304578120ad/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-31T00:17:10.607098-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 62.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 62.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "cf5390db-0488-41fe-8bde-1a84fe422235",
            "gambit_id": "7753a46b-656b-437c-a608-43d260aca667",
            "last_updated": "2023-01-01T10:27:15.387883-05:00",
            "created_at": "2022-12-31T00:17:10.608290-05:00",
            "name": "Game Total Under 62.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "62.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7884750-4e51-4258-8038-359d4a03c4d1/?format=api"
        },
        {
            "id": "a7543402-b4c8-44c4-a059-15c68688c27d",
            "gambit_id": "4f254832-d7bd-4b16-bf81-ccf7c076a5e1",
            "last_updated": "2023-01-01T10:27:15.389105-05:00",
            "created_at": "2022-12-31T00:17:10.609585-05:00",
            "name": "Game Total Over 62.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "62.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7884750-4e51-4258-8038-359d4a03c4d1/?format=api"
        }
    ]
}