GET /api/bet_types/f15a9ab0-5377-4662-8af2-98beee03082f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f15a9ab0-5377-4662-8af2-98beee03082f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3d7fb24-1c69-4ce0-b5a1-d4b9c1cf9339/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-14T12:27:05.276377-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": "Total Rounds Under 4.5",
                "amount": 5367.0
            },
            {
                "team": "Total Rounds Over 4.5",
                "amount": 4633.0
            }
        ],
        "expected_reward_tokens": 8801.88,
        "profit_sb": -198.12,
        "profit_sb_percentage": -2.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a3db7f7-c086-43c0-beb3-626376f489e5",
            "gambit_id": "07907a84-bcc5-49ac-847a-7d9dcee0dd95",
            "last_updated": "2023-01-16T10:11:50.795039-05:00",
            "created_at": "2023-01-14T12:27:05.280375-05:00",
            "name": "Total Rounds Under 4.5",
            "reward": "1.64000",
            "odds": "1.74070",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f15a9ab0-5377-4662-8af2-98beee03082f/?format=api"
        },
        {
            "id": "d73201bc-56bc-4dc1-ad36-611243479909",
            "gambit_id": "73f722ea-6211-4930-92ae-76f16bc9a480",
            "last_updated": "2023-01-16T10:11:50.798296-05:00",
            "created_at": "2023-01-14T12:27:05.284070-05:00",
            "name": "Total Rounds Over 4.5",
            "reward": "1.90000",
            "odds": "2.05000",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f15a9ab0-5377-4662-8af2-98beee03082f/?format=api"
        }
    ]
}