GET /api/bet_types/3b9fb674-6519-4dd0-8a8a-5f39721fb25d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b9fb674-6519-4dd0-8a8a-5f39721fb25d",
    "match": "https://api-prod.gambitprofit.com/api/matches/e66a64d4-cfe2-4b7f-b818-12c0cf451234/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-02T13:52:01.051799-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 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "638d8aaa-7cef-47e3-a2f1-f8363f543308",
            "gambit_id": "e8d5c511-2548-494e-ad2f-847f57e4a247",
            "last_updated": "2023-04-03T20:22:18.053249-04:00",
            "created_at": "2023-04-02T13:52:01.055899-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b9fb674-6519-4dd0-8a8a-5f39721fb25d/?format=api"
        },
        {
            "id": "e07f7f0f-d485-4d0b-a901-8b15c3232962",
            "gambit_id": "bd761ec6-99e4-49cd-8136-e4ef5eda2187",
            "last_updated": "2023-04-03T20:22:18.050708-04:00",
            "created_at": "2023-04-02T13:52:01.053998-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b9fb674-6519-4dd0-8a8a-5f39721fb25d/?format=api"
        }
    ]
}