GET /api/bet_types/82fb7e83-d7b5-4d7f-ba4a-fcf92fba7c65/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82fb7e83-d7b5-4d7f-ba4a-fcf92fba7c65",
    "match": "https://api-prod.gambitprofit.com/api/matches/0edd9828-88ea-459f-b97c-1929b04159c5/?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": 5207.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4793.0
            }
        ],
        "expected_reward_tokens": 9058.77,
        "profit_sb": 58.77,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "a56c8fc6-7d56-4305-be04-1ca6145b2cea",
            "gambit_id": "53cdea4a-23c6-4918-88ec-ac70608e0415",
            "last_updated": "2022-09-10T22:02:15.196383-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82fb7e83-d7b5-4d7f-ba4a-fcf92fba7c65/?format=api"
        },
        {
            "id": "c026ebe5-e355-4583-a918-f3cd45c9dc38",
            "gambit_id": "53d07d6e-fedb-44c8-a86c-577ed6efb187",
            "last_updated": "2022-09-10T22:02:15.197701-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82fb7e83-d7b5-4d7f-ba4a-fcf92fba7c65/?format=api"
        }
    ]
}