GET /api/bet_types/28f9ca0a-c4e2-46a9-af08-63ca2f34aa94/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28f9ca0a-c4e2-46a9-af08-63ca2f34aa94",
    "match": "https://api-prod.gambitprofit.com/api/matches/962c4561-73d4-4b63-b6d4-060f355e2c20/?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": "982ff13d-1efa-46b6-8b34-9c30b83fe577",
            "gambit_id": "f68f7f92-d8cb-494d-87ce-12a15248ce35",
            "last_updated": "2022-10-17T11:12:47.852064-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/28f9ca0a-c4e2-46a9-af08-63ca2f34aa94/?format=api"
        },
        {
            "id": "33f8b6e8-4e4f-4bd8-bfc0-bee770360cd6",
            "gambit_id": "236e51dd-0a9e-4883-97fa-7b18e745413b",
            "last_updated": "2022-10-17T11:12:47.853248-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/28f9ca0a-c4e2-46a9-af08-63ca2f34aa94/?format=api"
        }
    ]
}