GET /api/bet_types/e070c38c-f39a-453b-afa7-73fd198822c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e070c38c-f39a-453b-afa7-73fd198822c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/8df79867-86d7-4ccc-bc56-c1de0be912d1/?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 6",
                "amount": 5209.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4791.0
            }
        ],
        "expected_reward_tokens": 8959.17,
        "profit_sb": -40.83,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "8bd85ebe-cf6a-47eb-84db-133df549d350",
            "gambit_id": "611af638-3617-4a01-9e28-2ab8b9a79bbc",
            "last_updated": "2022-12-21T22:37:05.557105-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e070c38c-f39a-453b-afa7-73fd198822c0/?format=api"
        },
        {
            "id": "87716d9a-ccbb-497e-9202-b3581cab0b11",
            "gambit_id": "a06138cc-3e4d-4279-a8aa-38f4fdddf77f",
            "last_updated": "2022-12-21T22:37:05.555998-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.87000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e070c38c-f39a-453b-afa7-73fd198822c0/?format=api"
        }
    ]
}