GET /api/bet_types/759540fd-52d3-4f93-891b-56c9fb8e8225/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "759540fd-52d3-4f93-891b-56c9fb8e8225",
    "match": "https://api-prod.gambitprofit.com/api/matches/ebb9278e-1010-4ef5-aa21-f68ba4c2d614/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-15T09:13:06.530382-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 Over 5.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "e3de7fca-1ce9-4813-a82a-e142b5c118fc",
            "gambit_id": "af7a5070-aeb3-4c70-9283-04ce54d13fc1",
            "last_updated": "2023-12-18T11:03:04.844333-05:00",
            "created_at": "2023-12-15T09:13:06.538320-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/759540fd-52d3-4f93-891b-56c9fb8e8225/?format=api"
        },
        {
            "id": "f79c107b-be09-433f-b0a1-986040d67d62",
            "gambit_id": "e2407abe-7f86-411b-8ccd-25140ca2368a",
            "last_updated": "2023-12-18T11:03:04.847692-05:00",
            "created_at": "2023-12-15T09:13:06.542593-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/759540fd-52d3-4f93-891b-56c9fb8e8225/?format=api"
        }
    ]
}