GET /api/bet_types/7c3ec135-48be-4f9b-a9d5-f74580d9197a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c3ec135-48be-4f9b-a9d5-f74580d9197a",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ad33530-aa74-45cc-96e6-0d9e0d61b604/?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 7",
                "amount": 5419.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "9dfb6516-4d69-4545-9fcf-1856a46af68c",
            "gambit_id": "c7589f98-1034-40eb-90cf-c8a451c23439",
            "last_updated": "2022-10-14T10:02:04.455773-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c3ec135-48be-4f9b-a9d5-f74580d9197a/?format=api"
        },
        {
            "id": "707e7517-35ee-45ff-bc8c-aa78892ada89",
            "gambit_id": "5c589f68-cc49-48a0-afe1-3cfc3f272330",
            "last_updated": "2022-10-14T10:02:04.456984-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c3ec135-48be-4f9b-a9d5-f74580d9197a/?format=api"
        }
    ]
}