GET /api/bet_types/ccce8ae3-ddba-4ee7-97cd-547340df519b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ccce8ae3-ddba-4ee7-97cd-547340df519b",
    "match": "https://api-prod.gambitprofit.com/api/matches/547e2632-adae-45e2-8c59-700bf7a23f15/?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 2.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "68834488-b1be-47f4-aec0-ac206077a8e9",
            "gambit_id": "26cfa7a6-5951-406b-a9e4-765ef6d3cda4",
            "last_updated": "2022-10-17T10:12:06.659992-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.85000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccce8ae3-ddba-4ee7-97cd-547340df519b/?format=api"
        },
        {
            "id": "1a60d0d9-182c-406c-96da-e9aabff04542",
            "gambit_id": "3379f2a3-0946-4a49-bf87-63ad5b968156",
            "last_updated": "2022-10-17T10:12:06.661123-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.85000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccce8ae3-ddba-4ee7-97cd-547340df519b/?format=api"
        }
    ]
}