GET /api/bet_types/4c6216f4-446c-482d-b77c-6085df746b34/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c6216f4-446c-482d-b77c-6085df746b34",
    "match": "https://api-prod.gambitprofit.com/api/matches/ffe03146-cc84-4615-89bd-7b80ad4f8369/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-18T12:12:02.026250-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": "Game Total Under 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "de38c1bd-d512-4752-b83d-7c3e2f9fcf61",
            "gambit_id": "caf46015-1ba2-4e01-ba51-b09141b1b1b4",
            "last_updated": "2023-04-19T13:47:14.439516-04:00",
            "created_at": "2023-04-18T12:12:02.027821-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c6216f4-446c-482d-b77c-6085df746b34/?format=api"
        },
        {
            "id": "492bfcf1-f41e-4fd3-a84e-590a8885fc04",
            "gambit_id": "cc8929d9-f80d-49fa-a542-a16e26775e01",
            "last_updated": "2023-04-19T13:47:14.441257-04:00",
            "created_at": "2023-04-18T12:12:02.029437-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c6216f4-446c-482d-b77c-6085df746b34/?format=api"
        }
    ]
}