GET /api/bet_types/bf3880ae-62b4-44c5-9e58-fc6f45977f36/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf3880ae-62b4-44c5-9e58-fc6f45977f36",
    "match": "https://api-prod.gambitprofit.com/api/matches/35b8b897-31d3-4b2a-b3b7-0b9ee9ded471/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-15T11:53:15.033712-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": "Total Rounds Over 4.5",
                "amount": 6247.0
            },
            {
                "team": "Total Rounds Under 4.5",
                "amount": 3753.0
            }
        ],
        "expected_reward_tokens": 9307.44,
        "profit_sb": -192.56,
        "profit_sb_percentage": -2.03,
        "recommended": false
    },
    "lines": [
        {
            "id": "a2a1583c-c0a7-49c2-bef4-da603ed9164c",
            "gambit_id": "a3dc9fb0-ee9e-4f2f-904e-df595ceadcc9",
            "last_updated": "2023-07-17T10:23:26.125711-04:00",
            "created_at": "2023-07-15T11:53:15.034941-04:00",
            "name": "Total Rounds Over 4.5",
            "reward": "1.49000",
            "odds": "1.51280",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf3880ae-62b4-44c5-9e58-fc6f45977f36/?format=api"
        },
        {
            "id": "d9d613a1-24ff-4a21-abf5-ee6ebdc4c69e",
            "gambit_id": "fcf1397e-5eb5-4db4-9731-f47ece60da0b",
            "last_updated": "2023-07-17T10:23:26.127136-04:00",
            "created_at": "2023-07-15T11:53:15.036205-04:00",
            "name": "Total Rounds Under 4.5",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf3880ae-62b4-44c5-9e58-fc6f45977f36/?format=api"
        }
    ]
}