GET /api/bet_types/60443f32-db35-49db-ad14-9c523ac90f7f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60443f32-db35-49db-ad14-9c523ac90f7f",
    "match": "https://api-prod.gambitprofit.com/api/matches/71b7a66d-ac83-49e7-9ebd-d774c7d44c56/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 50",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 50",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "33918e6c-6ae8-4391-960f-8b973c3a3238",
            "gambit_id": "08ad1b6e-c1dd-4658-941b-70c70232eed8",
            "last_updated": "2022-09-25T21:22:20.992570-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 50",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "50.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60443f32-db35-49db-ad14-9c523ac90f7f/?format=api"
        },
        {
            "id": "2f47fc52-48be-47e9-9ce1-d143bf8c08c9",
            "gambit_id": "162e0b43-5a5f-4eae-81b0-c1c443d813d1",
            "last_updated": "2022-09-25T21:22:20.993721-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 50",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "50.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60443f32-db35-49db-ad14-9c523ac90f7f/?format=api"
        }
    ]
}