GET /api/bet_types/a586a665-47ab-449b-bbd2-86660f134084/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a586a665-47ab-449b-bbd2-86660f134084",
    "match": "https://api-prod.gambitprofit.com/api/matches/3861aaaf-e6a2-4a46-9276-4cb494c6fe29/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-02T09:13:10.346325-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",
                "amount": 5094.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "910a7e8a-0502-4aea-8d0b-52e4d8c4f010",
            "gambit_id": "250ae116-2724-4390-8d0f-8dfe41ba0034",
            "last_updated": "2023-11-03T11:53:29.772692-04:00",
            "created_at": "2023-11-02T09:13:10.350372-04:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a586a665-47ab-449b-bbd2-86660f134084/?format=api"
        },
        {
            "id": "32bd5b49-4345-4284-a7ea-343640b70a99",
            "gambit_id": "c30f6c06-6de0-43ad-b57f-236137b0643c",
            "last_updated": "2023-11-03T11:53:29.776269-04:00",
            "created_at": "2023-11-02T09:13:10.355150-04:00",
            "name": "Game Total Under 6",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a586a665-47ab-449b-bbd2-86660f134084/?format=api"
        }
    ]
}